# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "stam" version = "0.14.1" authors = ["Maarten van Gompel "] include = [ "src/**/*", "tests/**/*", "LICENSE", "README.md", ] description = "STAM is a powerful library for dealing with stand-off annotations on text" homepage = "https://github.com/annotation/stam" documentation = "https://docs.rs/stam" readme = "README.md" keywords = [ "text-processing", "annotation", "linguistics", "standoff", "nlp", ] license = "GPL-3.0-only" repository = "https://github.com/annotation/stam-rust" [[bench]] name = "benchmarks" path = "benches/benchmarks.rs" harness = false [dependencies.base16ct] version = "0.2.0" features = ["alloc"] [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.csv] version = "1.3.0" [dependencies.datasize] version = "0.2.15" features = ["smallvec-types"] [dependencies.minicbor] version = "0.24.0" features = [ "derive", "std", ] [dependencies.nanoid] version = "0.4.0" [dependencies.rayon] version = "1.10.0" [dependencies.regex] version = "1.10.4" [dependencies.sealed] version = "0.5.0" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.serde_path_to_error] version = "0.1.16" [dependencies.sha1] version = "0.10.6" [dependencies.smallvec] version = "1.13.2" features = ["union"] [dev-dependencies.criterion] version = "0.4.0" [features] csv = [] default = [ "csv", "webanno", "transpose", "textvalidation", ] textvalidation = [] transpose = [] webanno = []