version = 3
[[package]]
name = "lazy_static"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
[[package]]
name = "opt_struct"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e63e6f4ff92296606bd2534f49e25ec5340e924e1292514da2eefbdd2b4d9591"
[[package]]
name = "text-parsing"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f85102fe186e67c78ede18331d83ff56fc59fce477b1397406a28cf4f3ebab0"
dependencies = [
"opt_struct",
"unicode-properties",
]
[[package]]
name = "text-tokenizer"
version = "0.5.6"
dependencies = [
"lazy_static",
"text-parsing",
"unicode-properties",
"unicode-segmentation",
]
[[package]]
name = "unicode-properties"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52ea75f83c0137a9b98608359a5f1af8144876eb67bcb1ce837368e906a9f524"
[[package]]
name = "unicode-segmentation"
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"