# 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 = "2021" name = "charname" version = "1.15.1" authors = ["Hasan Ibraheem "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Incredibly simple library that just gives you the Unicode name for a character." readme = "README.md" license = "MPL-2.0" repository = "https://github.com/JuanPotato/charname" [lib] name = "charname" path = "src/lib.rs" [[bench]] name = "bench_get_name" path = "benches/bench_get_name.rs" harness = false [dependencies.phf] version = "0.11.2" [dev-dependencies.criterion] version = "0.4.0" [build-dependencies.phf_codegen] version = "0.11.2"