# 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] name = "jetscii" version = "0.5.3" authors = ["Jake Goulding "] description = "A tiny library to efficiently search strings and byte slices for sets of ASCII characters or bytes." documentation = "https://docs.rs/jetscii/" readme = "README.md" keywords = [ "string", "bytes", "ascii", "search", "simd", ] license = "MIT OR Apache-2.0" repository = "https://github.com/shepmaster/jetscii" [dev-dependencies.lazy_static] version = "1.0.0" [dev-dependencies.memmap] version = "0.7.0" [dev-dependencies.proptest] version = "1.0.0" [dev-dependencies.region] version = "3.0.0" [features] benchmarks = [] pattern = []