[package]
name = "bies"
description = "Helpers for dealing with BIES vectors with text segmentation applications"
version = "0.2.0"
authors = ["The ICU4X Project Developers"]
edition = "2018"
readme = "README.md"
repository = "https://github.com/unicode-org/icu4x"
license = "Unicode-DFS-2016"
include = [
"src/**/*",
"examples/**/*",
"benches/**/*",
"tests/**/*",
"Cargo.toml",
"LICENSE",
"README.md"
]
[package.metadata.workspaces]
independent = true
[package.metadata.docs.rs]
all-features = true
[dependencies]
itertools = "0.10"
num-traits = "0.2"
partial-min-max = "0.4"
strum = { version = "0.20", features = ["derive"] }
writeable = { version = "0.5.1", path = "../../utils/writeable" }
[dev-dependencies]
criterion = "0.3.3"
rand = "0.8"
rand_distr = "0.4"
rand_pcg = "0.3"