# 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" rust-version = "1.82" name = "utf8char" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A crate that supplies a utf8 encoded char" homepage = "https://github.com/unicode-entropy/utf8char" readme = "README.md" keywords = [ "unicode", "utf8", "char", "string", ] categories = [ "no-std", "no-std::no-alloc", "data-structures", ] license = "MPL-2.0" repository = "https://github.com/unicode-entropy/utf8char" [profile.dev] opt-level = 1 [lib] name = "utf8char" path = "src/lib.rs" [[bench]] name = "default" path = "benches/default.rs" harness = false [dependencies] [dev-dependencies.criterion] version = "0.5" [dev-dependencies.encode_unicode] version = "1.0.0" [dev-dependencies.rayon] version = "1.10.0"