# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "unicode-case-mapping" version = "1.0.0" authors = ["YesLogic Pty. Ltd. "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Fast lowercase, uppercase, and titlecase mapping for characters" homepage = "https://github.com/yeslogic/unicode-case-mapping" documentation = "https://docs.rs/crate/unicode-case-mapping" readme = "README.md" keywords = [ "unicode", "case", "lowercase", "uppercase", "titlecase", ] categories = ["text-processing"] license = "Apache-2.0" repository = "https://github.com/yeslogic/unicode-case-mapping" [lib] name = "unicode_case_mapping" path = "src/lib.rs" [[bench]] name = "mapping" path = "benches/mapping.rs" [dependencies]