# 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 = "crt-sh" version = "0.1.3" authors = ["sintemal"] description = "A simple rust wrapper around crt.sh" documentation = "https://docs.rs/crt-sh" readme = "README.md" keywords = ["crt-sh", "crtsh", "certificate", "transparency"] license = "Apache-2.0" repository = "https://github.com/sintemal/crt-sh.git" resolver = "2" [dependencies.chrono] version = "0.4.19" [dependencies.pem] version = "1.0.2" [dependencies.reqwest] version = "0.11.9" [dependencies.scraper] version = "0.11" [dev-dependencies.tokio] version = "1" features = ["rt-multi-thread"]