2020-05-26 17:59:05 +00:00
|
|
|
[package]
|
|
|
|
name = "word-segmenters"
|
2020-11-26 10:40:03 +00:00
|
|
|
version = "0.2.1"
|
2020-05-26 17:59:05 +00:00
|
|
|
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
|
|
|
|
edition = "2018"
|
|
|
|
license = "Apache-2.0"
|
2020-11-23 12:20:03 +00:00
|
|
|
description = "Fast English word segmentation"
|
|
|
|
homepage = "https://github.com/InstantDomainSearch/word-segmenters"
|
|
|
|
repository = "https://github.com/InstantDomainSearch/word-segmenters"
|
|
|
|
documentation = "https://docs.rs/word-segmenters"
|
2020-05-26 17:59:05 +00:00
|
|
|
|
2020-11-24 09:38:19 +00:00
|
|
|
[features]
|
|
|
|
__test_data = []
|
|
|
|
|
2020-05-26 17:59:05 +00:00
|
|
|
[dependencies]
|
2020-11-25 08:48:43 +00:00
|
|
|
ahash = "0.6.1"
|
2020-11-23 12:52:51 +00:00
|
|
|
smartstring = "0.2.5"
|
2020-11-23 12:23:16 +00:00
|
|
|
thiserror = "1.0.22"
|
2020-05-26 17:59:05 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2020-05-28 17:56:13 +00:00
|
|
|
bencher = "0.1.5"
|
2020-05-26 17:59:05 +00:00
|
|
|
once_cell = "1.4"
|
2020-05-28 17:56:13 +00:00
|
|
|
|
|
|
|
[[bench]]
|
|
|
|
name = "bench"
|
|
|
|
harness = false
|