[package] name = "dmatcher" version = "0.1.11" authors = ["Harry Ying "] edition = "2018" description = "A simple domain matching algorithm, intended to be fast." repository = "https://github.com/LEXUGE/dmatcher" license = "GPL-3.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] hashbrown = "^0.9" trust-dns-proto = { version = "0.20.0-alpha.3", default-features = false } [dev-dependencies] criterion = "^0.3" [[bench]] name = "benchmark" harness = false