]> git.proxmox.com Git - rustc.git/blame - vendor/unicode-normalization/Cargo.toml
Merge tag 'debian/1.52.1+dfsg1-1_exp2' into proxmox/buster
[rustc.git] / vendor / unicode-normalization / Cargo.toml
CommitLineData
abe05a73
XL
1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
dfeec247 6# to registry (e.g., crates.io) dependencies
abe05a73
XL
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
f035d41b 14edition = "2018"
abe05a73 15name = "unicode-normalization"
6a06907d 16version = "0.1.17"
5869c6ff 17authors = ["kwantam <kwantam@gmail.com>", "Manish Goregaokar <manishsmail@gmail.com>"]
dfeec247 18exclude = ["target/*", "Cargo.lock", "scripts/tmp", "*.txt", "tests/*"]
abe05a73
XL
19description = "This crate provides functions for normalization of\nUnicode strings, including Canonical and Compatible\nDecomposition and Recomposition, as described in\nUnicode Standard Annex #15.\n"
20homepage = "https://github.com/unicode-rs/unicode-normalization"
dfeec247 21documentation = "https://docs.rs/unicode-normalization/"
abe05a73
XL
22readme = "README.md"
23keywords = ["text", "unicode", "normalization", "decomposition", "recomposition"]
24license = "MIT/Apache-2.0"
25repository = "https://github.com/unicode-rs/unicode-normalization"
f035d41b 26[dependencies.tinyvec]
5869c6ff 27version = "1"
f035d41b
XL
28features = ["alloc"]
29
30[features]
31default = ["std"]
32std = []