# 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 = "2018" name = "sslenum" version = "1.0.2" authors = ["melbadry9 "] description = "SSL certificate Extractor" documentation = "https://github.com/melbadry9/sslenum" license = "MIT OR Apache-2.0" repository = "https://github.com/melbadry9/sslenum" [dependencies.addr] version = "0.14.0" [dependencies.clap] version = "2.33.3" [dependencies.openssl] version = "0.10.34" features = ["vendored"] [dependencies.openssl-probe] version = "0.1.2" [dependencies.reqwest] version = "0.11.3" [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.serde_derive] version = "1.0.126" [dependencies.serde_json] version = "1.0.59" [dependencies.threadpool] version = "1.8.1"