# 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 = "cycle-certs" version = "1.0.0" authors = ["Petrichor, Inc."] description = "A bot for fetching and keeping TLS certificates generated via Cycle's DNS service up to date." homepage = "https://cycle.io/" readme = "README.md" license = "MIT" repository = "https://github.com/cycleplatform/cycle-certs/" [dependencies.anyhow] version = "1.0.68" [dependencies.chrono] version = "0.4.23" features = ["serde"] [dependencies.clap] version = "4.0.32" features = ["derive"] [dependencies.config] version = "0.13.3" features = ["toml"] [dependencies.directories] version = "4.0.1" [dependencies.env_logger] version = "0.10.0" [dependencies.log] version = "0.4.17" [dependencies.reqwest] version = "0.11.13" features = [ "blocking", "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.91" [dependencies.termcolor] version = "1.1.3" [dev-dependencies.tempfile] version = "3.3.0"