instant-segment/Cargo.toml

26 lines
560 B
TOML
Raw Normal View History

2020-05-26 17:59:05 +00:00
[package]
name = "word-segmenters"
2020-12-07 10:40:09 +00:00
version = "0.3.0"
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
[features]
__test_data = []
2020-05-26 17:59:05 +00:00
[dependencies]
ahash = "0.6.1"
2020-11-23 12:52:51 +00:00
smartstring = "0.2.5"
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