# 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 = "sliceslice" version = "0.4.3" authors = [ "marmeladema ", "Zak Cutner ", ] description = "A fast implementation of single-pattern substring search using SIMD acceleration" readme = "README.md" keywords = [ "search", "text", "string", "single", "simd", ] license = "MIT" repository = "https://github.com/cloudflare/sliceslice-rs" [profile.release] debug = 2 [dependencies.cfg-if] version = "1" [dependencies.memchr] version = "2.3" [dependencies.paste] version = "1" [dependencies.seq-macro] version = "0.3" [dev-dependencies.memmap2] version = "0.5" [features] stdsimd = []