[[bench]]
harness = false
name = "match"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["full", "extra-traits"]
version = "2.0"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.4.0"
[dev-dependencies.phf]
default-features = false
features = ["macros"]
version = "0.11"
[features]
cfg_attribute = []
[lib]
proc-macro = true
[package]
authors = ["Koichi Akabe <vbkaisetsu@gmail.com>"]
categories = ["text-processing", "algorithms", "data-structures", "no-std::no-alloc"]
description = "Fast match macro"
edition = "2021"
exclude = [".*"]
homepage = "https://github.com/daac-tools/trie-match"
keywords = ["match", "text", "double-array", "macro"]
license = "MIT OR Apache-2.0"
name = "trie-match"
readme = "README.md"
repository = "https://github.com/daac-tools/trie-match"
rust-version = "1.65"
version = "0.2.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]