# 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 = "stamd" version = "0.1.0" authors = ["Maarten van Gompel "] build = false include = [ "src/**/*", "tests/**/*", "LICENSE", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Webservice for working with stand-off annotations on text (STAM)" homepage = "https://annotation.github.io/stam" documentation = "https://github.com/annotation/stamd" readme = "README.md" keywords = [ "text-processing", "annotation", "linguistics", "standoff", "nlp", ] license = "AGPL-3.0-only" repository = "https://github.com/annotation/stamd" [[bin]] name = "stamd" path = "src/main.rs" [dependencies.axum] version = "0.7.7" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.serde] version = "1.0.215" features = ["derive"] [dependencies.serde_json] version = "1.0.133" [dependencies.stam] version = "0.16.5" [dependencies.stam-tools] version = "0.9.2" [dependencies.tokio] version = "1.41.0" features = [ "macros", "rt-multi-thread", "signal", ] [dependencies.tower] version = "0.5.1" [dependencies.tower-http] version = "0.6.1" features = [ "trace", "normalize-path", ] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [dependencies.utoipa] version = "5.2.0" features = ["axum_extras"] [dependencies.utoipa-swagger-ui] version = "8.0.3" features = [ "axum", "vendored", ]