[dependencies.base16ct]
features = ["alloc"]
version = "0.1.1"
[dependencies.chrono]
features = ["serde"]
version = "0.4.42"
[dependencies.csv]
version = "1.3.1"
[dependencies.datasize]
features = ["smallvec-types"]
version = "0.2.15"
[dependencies.minicbor]
features = ["derive", "std"]
version = "0.26.5"
[dependencies.nanoid]
version = "0.4.0"
[dependencies.rayon]
version = "1.11.0"
[dependencies.regex]
version = "1.11.2"
[dependencies.sealed]
version = "0.6.0"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.serde_json]
version = "1.0.143"
[dependencies.serde_path_to_error]
version = "0.1.17"
[dependencies.sha1]
version = "0.10.6"
[dependencies.smallvec]
features = ["union"]
version = "1.15.1"
[dev-dependencies.criterion]
version = "0.4.0"
[features]
csv = []
default = ["csv", "webanno", "transpose", "translate", "textvalidation"]
textvalidation = []
translate = ["transpose"]
transpose = []
webanno = []
[lib]
name = "stam"
path = "src/lib.rs"
[package]
authors = ["Maarten van Gompel <proycon@anaproy.nl>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "STAM is a powerful library for dealing with stand-off annotations on text. This is the Rust library."
documentation = "https://docs.rs/stam"
edition = "2021"
homepage = "https://github.com/annotation/stam"
include = ["src/**/*", "tests/**/*", "LICENSE", "README.md"]
keywords = ["text-processing", "annotation", "linguistics", "standoff", "nlp"]
license = "GPL-3.0-only"
name = "stam"
readme = "README.md"
repository = "https://github.com/annotation/stam-rust"
version = "0.18.6"
[[test]]
name = "api"
path = "tests/api.rs"
[[test]]
name = "lowlevel"
path = "tests/lowlevel.rs"