# 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 = "2018" name = "hyperscan-sys" version = "0.3.2" authors = ["Flier Lu "] links = "hs" description = "Hyperscan bindings for Rust with Multiple Pattern and Streaming Scan" homepage = "https://github.com/flier/rust-hyperscan" documentation = "https://docs.rs/crate/hyperscan-sys/" readme = "README.md" keywords = [ "regex", "hyperscan", "streaming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/flier/rust-hyperscan" [package.metadata.docs.rs] features = ["docsrs"] rustc-args = [ "--cfg", "docsrs", ] [lib] doctest = false [dependencies.libc] version = "0.2" [build-dependencies.anyhow] version = "1" [build-dependencies.bindgen] version = "0.63" optional = true [build-dependencies.cargo-emit] version = "0.2" [build-dependencies.pkg-config] version = "0.3" [features] chimera = ["static"] compile = [] contained = ["static"] default = ["runtime"] docsrs = [ "full", "chimera", ] full = [ "compile", "runtime", ] gen = [ "bindgen", "tracing", ] runtime = [] static = [] tracing = []