grep-hyperscan 0.0.1

Use hyperscan with the 'grep' crate.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "grep-hyperscan"
version = "0.0.1"
authors = ["pnn <pnn@pnn.sh>"]
description = "Use hyperscan with the 'grep' crate.\n"
homepage = "https://git.sr.ht/~pierrenn/grep-hyperscan"
documentation = "https://docs.rs/grep-hyperscan"
readme = "README.md"
keywords = ["regex", "grep", "hyperscan"]
license = "Unlicense/MIT"
repository = "https://git.sr.ht/~pierrenn/grep-hyperscan"
[dependencies.grep-matcher]
version = "0.1.2"

[dependencies.hyperscan]
version = "0.1.8"

[dependencies.thread_local]
version = "1"