File: Cargo.toml.orig

package info (click to toggle)
rust-unicode-linebreak 0.1.4-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 400 kB
  • sloc: makefile: 4
file content (18 lines) | stat: -rw-r--r-- 569 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "unicode-linebreak"
version = "0.1.4"
authors = ["Axel Forsman <axelsfor@gmail.com>"]
description = "Implementation of the Unicode Line Breaking Algorithm"
homepage = "https://github.com/axelf4/unicode-linebreak"
repository = "https://github.com/axelf4/unicode-linebreak"
readme = "README.md"
keywords = ["unicode", "text", "layout"]
categories = ["internationalization"]
license = "Apache-2.0"
include = ["src/**/*", "build.rs", "LineBreak.txt", "LICENSE"]
edition = "2021"
rust-version = "1.56"

[build-dependencies]
regex = "1"
hashbrown = "0.12.3"