# 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.16.5" authors = ["Maarten van Gompel "] build = false include = [ "src/**/*", "tests/**/*", "LICENSE", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "STAM is a powerful library for dealing with stand-off annotations on text. This is the Rust library." 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" [lib] name = "stam" path = "src/lib.rs" [[test]] name = "api" path = "tests/api.rs" [[test]] name = "lowlevel" path = "tests/lowlevel.rs" [dependencies.base16ct] version = "0.2.0" features = ["alloc"] [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.csv] version = "1.3.1" [dependencies.datasize] version = "0.2.15" features = ["smallvec-types"] [dependencies.minicbor] version = "0.25.1" features = [ "derive", "std", ] [dependencies.nanoid] version = "0.4.0" [dependencies.rayon] version = "1.10.0" [dependencies.regex] version = "1.11.1" [dependencies.sealed] version = "0.5.0" [dependencies.serde] version = "1.0.215" features = ["derive"] [dependencies.serde_json] version = "1.0.133" [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 = []