# 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-tools" version = "0.7.2" authors = ["Maarten van Gompel "] include = [ "src/**/*", "tests/**/*", "LICENSE", "README.md", ] description = "Command-line tools for working with stand-off annotations on text (STAM)" homepage = "https://annotation.github.io/stam" documentation = "https://github.com/annotation/stam-tools" readme = "README.md" keywords = [ "text-processing", "annotation", "linguistics", "standoff", "nlp", ] license = "GPL-3.0-only" repository = "https://github.com/annotation/stam-tools" [lib] name = "stamtools" path = "src/lib.rs" [[bin]] name = "stam" path = "src/main.rs" doc = false [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "3.2.23" [dependencies.html-escape] version = "0.2.13" [dependencies.roxmltree] version = "0.20.0" [dependencies.seal] version = "0.1.5" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.stam] version = "0.14.1" [dependencies.toml] version = "0.8.13"