# 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 = "ctlog" version = "0.1.0" authors = [ "duskmoon (Campbell He) ", "stack-rs", ] description = "A simple certificate transparency log client API wrapper" readme = "README.md" keywords = [ "certificate", "network", "web", "security", "api", ] categories = [ "Network programming", "Web programming", "API bindings", ] license = "MIT OR Apache-2.0" repository = "https://github.com/stack-rs/ctlog" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0.37" [dependencies.tokio] version = "1.21" features = [ "rt", "net", ] [dependencies.url] version = "2.3" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.tokio] version = "1.21.2" features = [ "rt", "net", "macros", "rt-multi-thread", ]