[package] name = "aneubeck-daachorse" version = "1.1.1" edition = "2021" rust-version = "1.61" authors = [ "Koichi Akabe ", "Shunsuke Kanda ", ] description = "Daachorse: Double-Array Aho-Corasick" license = "MIT OR Apache-2.0" homepage = "https://github.com/daac-tools/daachorse" repository = "https://github.com/daac-tools/daachorse" readme = "README.md" keywords = ["search", "text", "aho", "multi", "double-array"] categories = ["text-processing", "algorithms", "data-structures", "no-std"] exclude = [".*"] [dependencies] [dev-dependencies] [features] default = ["alloc"] alloc = [] [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [workspace] members = [ "daacfind", ]