# 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_generator" version = "1.3.0" authors = ["Huon Wilson "] description = """ Generates the perfect-hash function used by `unicode_names2`. """ homepage = "https://github.com/progval/unicode_names2" documentation = "https://docs.rs/unicode_names2/" license = "MIT OR Apache-2.0" repository = "https://github.com/progval/unicode_names2" [dependencies.getopts] version = "0.2.21" [dependencies.log] version = "0" [dependencies.phf_codegen] version = "0.11.1" [dependencies.rand] version = "0.8.5" [dependencies.time] version = "0.3" optional = true [features] default = [] timing = ["time"] unstable = []