# 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-sys" version = "0.0.4" authors = ["Brad Larsen "] build = "build.rs" links = "hs" autobins = false autoexamples = false autotests = false autobenches = false description = "Native 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_sys" path = "src/lib.rs" doctest = false [build-dependencies.bindgen] version = "0.70" optional = true [build-dependencies.cmake] version = "0.1" [build-dependencies.flate2] version = "1.0" [build-dependencies.tar] version = "0.4" [features] cpu_native = [] gen = ["bindgen"] simd_specialization = [] unit_hyperscan = []