[package] publish = false name = "aho-corasick-bench" version = "0.0.1" authors = ["Andrew Gallant "] description = "Criterion benchmark suite for aho-corasick." homepage = "https://github.com/BurntSushi/aho-corasick" repository = "https://github.com/BurntSushi/aho-corasick" license = "Unlicense OR MIT" edition = "2018" [lib] bench = false [[bench]] name = "aho-corasick" harness = false path = "src/bench.rs" [dependencies] criterion = "0.3" aho-corasick = { version = "*", path = ".." }