# 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 = "certsd" version = "0.6.11" authors = ["Daniel (dmilith) Dettlaff "] description = "CertsD - automated, asynchronous LE certificate issuer." homepage = "https://github.com/VerKnowSys/certsd-open" readme = "README.md" keywords = ["acme"] categories = ["asynchronous"] license = "MIT" [profile.bench] opt-level = 3 lto = true codegen-units = 1 debug = 0 debug-assertions = false rpath = false overflow-checks = true incremental = false [profile.dev] opt-level = 0 lto = false codegen-units = 8 debug = 2 debug-assertions = true rpath = false panic = "unwind" overflow-checks = true incremental = true [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 debug-assertions = false rpath = false overflow-checks = false incremental = false [profile.test] opt-level = 1 lto = false codegen-units = 12 debug = 2 debug-assertions = true rpath = false overflow-checks = true incremental = true [dependencies.anyhow] version = "1.0.70" [dependencies.async-recursion] version = "1.0.4" [dependencies.chrono] version = "0.4.24" [dependencies.cloudflare] version = "0.10.1" [dependencies.hyperacme] version = "0.0.3" [dependencies.openssl] version = "0.10.50" [dependencies.ron] version = "0.8.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.slack-hook2] version = "0.10.1" [dependencies.telegram-bot-api] version = "0.1.2" [dependencies.tokio] version = "1.27.0" features = [ "macros", "tokio-macros", "fs", ] [dependencies.tracing] version = "0.1.36" features = [ "log", "attributes", "std", ] [dependencies.tracing-subscriber] version = "0.3.15" features = [ "registry", "fmt", "env-filter", ]