# 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.61.0" name = "swift-check" version = "0.2.1" authors = ["Clelland Green "] include = [ "**/*.rs", "Cargo.toml", "README.md", ] description = "High-performance, robust, and expressive searching and validation (uses SIMD on x86_64, aarch64, and WASM)" documentation = "https://docs.rs/swift-check" readme = "README.md" keywords = [ "simd", "search", "find", "validation", ] categories = [ "no-std::no-alloc", "no-std", "text-processing", ] license = "MIT OR Apache-2.0" repository = "https://github.com/IronVelo/swift-check" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "doc_cfg", "--generate-link-to-definition", ] targets = ["x86_64-unknown-linux-gnu"] [profile.bench] opt-level = 3 lto = true debug-assertions = false [[bench]] name = "all" harness = false [dependencies.contracts] version = "0.6.2" features = ["mirai_assertions"] optional = true [dependencies.mirai-annotations] version = "1.12.0" optional = true [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.memchr] version = "2.7.2" default-features = false [dev-dependencies.nom] version = "7.1.3" [dev-dependencies.quickcheck] version = "1.0.3" [features] default = ["simd"] ensure-simd = ["simd"] experimental = [] require = [] simd = [] std = [] verify = [ "contracts", "mirai-annotations", ]