# 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 = "str_indices" version = "0.4.4" authors = ["Nathan Vegdahl "] build = false exclude = [ "tests/", "benches/text/", ".github/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Count and convert between indexing schemes on string slices." documentation = "https://docs.rs/str_indices" readme = "README.md" keywords = [ "text", "string", "nostd", ] categories = ["text-processing"] license = "MIT OR Apache-2.0" repository = "https://github.com/cessen/str_indices" [profile.release] lto = "thin" [lib] name = "str_indices" path = "src/lib.rs" [[bench]] name = "all" path = "benches/all.rs" harness = false [dependencies] [dev-dependencies.criterion] version = "0.3" features = ["html_reports"] [dev-dependencies.proptest] version = "1.0" [features] default = ["simd"] simd = []