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 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" 16version = "0.1.17" 17authors = ["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 = [] 33