# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "subslice" version = "0.2.3" authors = ["bluss", "strake"] description = "Fast subslice search" keywords = ["substring-search", "subslice-search", "subsequence-search", "find"] categories = ["algorithms", "no-std"] license = "MIT/Apache-2.0" repository = "https://github.com/strake/subslice.rs" [package.metadata.release] no-dev-version = true [dependencies.galil-seiferas] version = "0.1.1" optional = true [dependencies.jetscii] version = "0.3" features = ["unstable"] optional = true [dependencies.memchr] version = "2.0" default-features = false [dependencies.unchecked-index] version = "0.2.2" optional = true [dev-dependencies.itertools] version = "0.7.0" [dev-dependencies.macro-attr] version = "0.2" [dev-dependencies.newtype_derive] version = "0.1" [dev-dependencies.odds] version = "0.2.26" [dev-dependencies.quickcheck] version = "0.5" default-features = false [dev-dependencies.rand] version = "0.3.10" [features] all = ["jetscii", "pattern", "test-set"] benchmarks = ["galil-seiferas", "pattern", "unchecked-index"] pattern = [] test-set = []