hyperscan-sys 0.3.2

Hyperscan bindings for Rust with Multiple Pattern and Streaming Scan
Documentation
[build-dependencies.anyhow]
version = "1"

[build-dependencies.bindgen]
optional = true
version = "0.63"

[build-dependencies.cargo-emit]
version = "0.2"

[build-dependencies.pkg-config]
version = "0.3"
[dependencies.libc]
version = "0.2"

[features]
chimera = ["static"]
compile = []
contained = ["static"]
default = ["runtime"]
docsrs = ["full", "chimera"]
full = ["compile", "runtime"]
gen = ["bindgen", "tracing"]
runtime = []
static = []
tracing = []

[lib]
doctest = false

[package]
authors = ["Flier Lu <flier.lu@gmail.com>"]
description = "Hyperscan bindings for Rust with Multiple Pattern and Streaming Scan"
documentation = "https://docs.rs/crate/hyperscan-sys/"
edition = "2018"
homepage = "https://github.com/flier/rust-hyperscan"
keywords = ["regex", "hyperscan", "streaming"]
license = "MIT OR Apache-2.0"
links = "hs"
name = "hyperscan-sys"
readme = "README.md"
repository = "https://github.com/flier/rust-hyperscan"
version = "0.3.2"
[package.metadata.docs.rs]
features = ["docsrs"]
rustc-args = ["--cfg", "docsrs"]