# 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.56" name = "char_index" version = "0.1.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A crate for efficient charwise indexing into a string" homepage = "https://github.com/unicode-entropy/char_index" readme = "README.md" keywords = [ "string", "chars", "index", ] categories = [ "data-structures", "no-std", ] license = "MPL-2.0" repository = "https://github.com/unicode-entropy/char_index" [profile.dev] opt-level = 1 [lib] name = "char_index" path = "src/lib.rs" [[bench]] name = "char_index" path = "benches/char_index.rs" harness = false [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.rand] version = "0.8.5"