# 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 = "wkd-server" version = "1.2.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A WKD server" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/martin-fink/rust-wkd-server" [profile.dist] lto = "thin" inherits = "release" [[bin]] name = "wkd-server" path = "src/main.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.axum] version = "0.7.7" features = ["tower-log"] [dependencies.axum-macros] version = "0.4.2" [dependencies.clap] version = "4.5.19" features = [ "derive", "env", ] [dependencies.dotenv] version = "0.15.0" [dependencies.env_logger] version = "0.11.5" [dependencies.notify] version = "6.1.1" [dependencies.once_cell] version = "1.20.1" [dependencies.regex] version = "1.11.0" [dependencies.sequoia-openpgp] version = "1.21.2" features = [ "crypto-rust", "allow-experimental-crypto", "allow-variable-time-crypto", ] default-features = false [dependencies.sha1] version = "0.10.6" features = ["sha1-asm"] [dependencies.time] version = "0.3.36" [dependencies.tokio] version = "1.40.0" features = ["full"] [dependencies.tower] version = "0.5.1" [dependencies.tower-http] version = "0.6.1" features = [ "trace", "cors", ] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dependencies.zbase32] version = "0.1.2"