word_filter 0.1.2

A robust implementation of a Word Filter.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "ahash"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e"

[[package]]
name = "autocfg"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"

[[package]]
name = "claim"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68ad37958d55b29a7088909368968d2fe876a24c203f8441195130f3b15194b9"
dependencies = [
 "autocfg",
]

[[package]]
name = "hashbrown"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
dependencies = [
 "ahash",
]

[[package]]
name = "nested_containment_list"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c5f22d4aeaf9f8a8c7d035e675339ad0714491521ef9b2eae289c3e432d5dff"
dependencies = [
 "autocfg",
]

[[package]]
name = "str_overlap"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8a6bac39c243fbb70f68622b91bdb4018473eaf9b072b32301403415bb7d830"
dependencies = [
 "autocfg",
]

[[package]]
name = "word_filter"
version = "0.1.2"
dependencies = [
 "claim",
 "hashbrown",
 "nested_containment_list",
 "str_overlap",
]