# 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 = "ccadb-csv-fetch" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Utility for downloading CSV reports from the Common CA Database (CCADB)." readme = "README.md" keywords = [ "ccadb", "pki", "tls", ] license = "MPL-2.0" repository = "https://github.com/cpu/ccadb-utils" [lib] name = "ccadb_csv_fetch" path = "src/lib.rs" [[bin]] name = "ccadb-csv-fetch" path = "src/main.rs" [dependencies.ccadb-csv] version = "0.4" [dependencies.indicatif] version = "0.17" [dependencies.rustls] version = "0.23" features = [ "std", "logging", "tls12", ] default-features = false [dependencies.rustls-webpki] version = "0.102" [dependencies.ureq] version = "2.10" features = ["tls"] default-features = false