aho-corasick 0.5.3

Fast multiple substring searching with finite state machines.
Documentation
[package]
name = "aho-corasick"
version = "0.5.3"  #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "Fast multiple substring searching with finite state machines."
documentation = "http://burntsushi.net/rustdoc/aho_corasick/"
homepage = "https://github.com/BurntSushi/aho-corasick"
repository = "https://github.com/BurntSushi/aho-corasick"
readme = "README.md"
keywords = ["string", "search", "text", "aho", "corasick"]
license = "Unlicense/MIT"

[lib]
name = "aho_corasick"

[[bin]]
name = "aho-corasick-dot"
test = false
doc = false
bench = false

[dependencies]
memchr = "0.1.9"

[dev-dependencies]
csv = "0.14"
docopt = "0.6"
memmap = "0.2"
quickcheck = "0.2"
rand = "0.3"
rustc-serialize = "0.3"

[[bench]]
name = "bench"
path = "benches/bench.rs"
test = false
bench = true

[profile.test]
debug = true

[profile.bench]
debug = true

[profile.release]
debug = true