[package] name = "unicode_names2_generator" edition = "2018" rust-version = "1.63.0" version = "1.3.0" authors = ["Huon Wilson "] homepage = "https://github.com/progval/unicode_names2" repository = "https://github.com/progval/unicode_names2" documentation = "https://docs.rs/unicode_names2/" license = "MIT OR Apache-2.0" description = """ Generates the perfect-hash function used by `unicode_names2`. """ [features] unstable = [] default = [] timing = ["time"] [dependencies] time = { version = "0.3", optional = true } log = "0" getopts = "0.2.21" rand = "0.8.5" phf_codegen = "0.11.1"