hypervectorscan 0.1.11

Safe Rust wrapper for [Hyperscan](https://github.com/intel/hyperscan) / [Vectorscan](https://github.com/VectorCamp/vectorscan) — high-performance multi-pattern regex matching
# 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 = "2024"
name = "hypervectorscan"
version = "0.1.11"
authors = ["Ting Lou <ting.lou@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe Rust wrapper for [Hyperscan](https://github.com/intel/hyperscan) / [Vectorscan](https://github.com/VectorCamp/vectorscan) — high-performance multi-pattern regex matching"
documentation = "https://docs.rs/hypervectorscan/"
readme = "README.md"
keywords = [
    "hyperscan",
    "regexp",
    "vectorscan",
    "ffi",
]
categories = [
    "text-processing",
    "parsing",
]
license = "Apache-2.0"
repository = "https://github.com/tinglou/oh-my-rust-crates"
resolver = "2"

[features]
autobuild = ["hypervectorscan-sys/autobuild"]
avx512 = ["hypervectorscan-sys/avx512"]
avxvnni = ["hypervectorscan-sys/avxvnni"]
conan2 = ["hypervectorscan-sys/conan2"]
default = ["autobuild"]
system = ["hypervectorscan-sys/system"]
vcpkg = ["hypervectorscan-sys/vcpkg"]
vendored = ["hypervectorscan-sys/vendored"]

[lib]
name = "hypervectorscan"
path = "src/lib.rs"

[dependencies.bitflags]
version = "2.0"

[dependencies.foreign-types]
version = "0.5"

[dependencies.hypervectorscan-sys]
version = "0.1.11"

[dependencies.libc]
version = "0.2"

[dependencies.thiserror]
version = "1.0.26"