# 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.73" name = "vectorscan-rs" version = "0.0.4" authors = ["Brad Larsen "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Ergonomic bindings to the Vectorscan high-performance regex library" readme = "README.md" keywords = [ "ffi", "bindings", "text", "regex", ] categories = [ "api-bindings", "parsing", "text-processing", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/bradlarsen/vectorscan-rs" [lib] name = "vectorscan_rs" path = "src/lib.rs" [dependencies.bitflags] version = "2.0" [dependencies.foreign-types] version = "0.5" [dependencies.libc] version = "0.2" [dependencies.thiserror] version = "1.0" [dependencies.vectorscan-rs-sys] version = "0.0.4" [features] cpu_native = ["vectorscan-rs-sys/cpu_native"] fast_nonportable = [ "cpu_native", "simd_specialization", ] simd_specialization = ["vectorscan-rs-sys/simd_specialization"] unit_hyperscan = ["vectorscan-rs-sys/unit_hyperscan"]