blob: d941fb39f5a9520c33918eecfc406d5148bde9a1 [file] [log] [blame]
Jeff Vander Stoep12bf0862020-12-17 22:26:13 +01001# 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
6# to registry (e.g., crates.io) dependencies
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]
14edition = "2018"
15name = "unicode-normalization"
Joel Galenson674441f2021-06-21 14:18:49 -070016version = "0.1.19"
Jeff Vander Stoep12bf0862020-12-17 22:26:13 +010017authors = ["kwantam <kwantam@gmail.com>", "Manish Goregaokar <manishsmail@gmail.com>"]
18exclude = ["target/*", "Cargo.lock", "scripts/tmp", "*.txt", "tests/*"]
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"
21documentation = "https://docs.rs/unicode-normalization/"
22readme = "README.md"
23keywords = ["text", "unicode", "normalization", "decomposition", "recomposition"]
24license = "MIT/Apache-2.0"
25repository = "https://github.com/unicode-rs/unicode-normalization"
26[dependencies.tinyvec]
27version = "1"
28features = ["alloc"]
29
30[features]
31default = ["std"]
32std = []