# 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" rust-version = "1.63.0" name = "unicode_names2" version = "1.3.0" authors = [ "Huon Wilson ", "Kang Seonghoon ", "Valentin Lorentz ", "Jeong YunWon ", ] description = """ Map characters to and from their name given in the Unicode standard. This goes to great lengths to be as efficient as possible in both time and space, with the full bidirectional tables weighing barely 500 KB but still offering O(1)* look-up in both directions. (*more precisely, O(length of name).) """ homepage = "https://github.com/progval/unicode_names2" documentation = "https://docs.rs/unicode_names2/" readme = "README.md" keywords = [ "text", "unicode", ] license = "(MIT OR Apache-2.0) AND Unicode-DFS-2016" repository = "https://github.com/progval/unicode_names2" [dependencies.phf] version = "0.11.1" default-features = false [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rand_xorshift] version = "0.3.0" [dev-dependencies.unicode_names2_macros] version = ">=0.3, <2.0" [build-dependencies.unicode_names2_generator] version = "1.3.0" [features] default = [] generator-timing = ["unicode_names2_generator/timing"] no_std = [] unstable = []