# 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" rust-version = "1.67" name = "agnos" version = "0.1.0" authors = ["Arthur Carcano"] build = false include = [ "Cargo.lock", "Cargo.toml", "LICENSE.txt", "README.md", "resources/Banner-optimized.png", "resources/red-iron.png", "src", "systemd", ] autobins = false autoexamples = false autotests = false autobenches = false default-run = "agnos" description = "Obtain (wildcard) certificates from let's encrypt using dns-01 without the need for API access to your DNS provider." readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/krtab/agnos" [lib] name = "agnos" path = "src/lib.rs" [[bin]] name = "agnos" path = "src/bin/agnos.rs" [[bin]] name = "agnos-generate-accounts-keys" path = "src/bin/agnos-generate-accounts-keys.rs" [dependencies.acme2] version = "0.5" [dependencies.anyhow] version = "1.0.69" [dependencies.async-trait] version = "0.1.57" [dependencies.base64] version = "0.21.0" [dependencies.clap] version = "4.0.2" features = ["cargo"] [dependencies.futures-util] version = "0.3.31" [dependencies.hickory-proto] version = "0.24.0" [dependencies.hickory-server] version = "0.24.0" [dependencies.openssl] version = "0.10.66" [dependencies.reqwest] version = "0.11.7" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.sha2] version = "0.10.6" [dependencies.tokio] version = "1.24.1" features = [ "macros", "rt-multi-thread", "fs", ] [dependencies.toml] version = "0.7.2" features = ["parse"] default-features = false [dependencies.tracing] version = "0.1.29" [dependencies.tracing-error] version = "0.2.0" [dependencies.tracing-subscriber] version = "0.3.3" features = ["env-filter"] [features]