# 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 = "certain" version = "1.1.0" authors = ["André Storfjord Kristiansen"] exclude = [ ".gitattributes", ".gitignore", ".git", ".vscode/**", ".github/**", ".cargo/**", "media/**", ] description = "Certificate transparency log streamer." homepage = "https://github.com/dev-bio/certain" readme = "README.md" keywords = [ "certificate", "rfc6962", "stream", "x509", "log", ] license = "MIT" repository = "https://github.com/dev-bio/certain" [dependencies.base64] version = "0.21.0" [dependencies.byteorder] version = "1.4.3" [dependencies.certain-certificate] version = "0.2.0" [dependencies.chrono] version = "0.4.22" features = ["serde"] [dependencies.futures] version = "0.3.25" [dependencies.num_cpus] version = "1.13.1" [dependencies.reqwest] version = "0.11.12" features = ["blocking"] [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_json] version = "1.0.87" [dependencies.thiserror] version = "1.0.37" [dependencies.tokio] version = "1.25.0" features = ["time"] [dependencies.url] version = "2.3.1"