# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ctclient" version = "0.4.5" authors = ["Mao Wtm "] description = "Certificate Transparency Log client suitable for monitoring, quick SCT validation, gossiping, etc." documentation = "https://docs.rs/ctclient" readme = "README.md" license = "MIT" repository = "https://github.com/micromaomao/ctclient" [[example]] name = "simple_client" path = "examples/simple_client/simple_client.rs" [dependencies.base64] version = "0.12.1" [dependencies.foreign-types] version = "0.3.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.7" [dependencies.openssl] version = "0.10.24" [dependencies.openssl-sys] version = "0.9.56" [dependencies.reqwest] version = "0.10.4" features = ["blocking", "native-tls", "gzip", "json"] default-features = false [dependencies.serde] version = "1.0.97" features = ["derive"] [dependencies.serde_json] version = "1.0.40" [dependencies.serde_urlencoded] version = "0.6.1" [dev-dependencies.env_logger] version = "0.7.1" [dev-dependencies.rusqlite] version = "0.23.1" [build-dependencies.openssl-sys] version = "0.9.56"