instant-segment/Cargo.toml

23 lines
530 B
TOML
Raw Normal View History

2020-05-26 17:59:05 +00:00
[package]
name = "word-segmenters"
version = "0.1.0"
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
[dependencies]
2020-11-23 12:21:54 +00:00
ahash = "0.5.7"
2020-05-26 17:59:05 +00:00
err-derive = "0.2.4"
[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