# 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 = "check-tls-suites" version = "0.3.2" authors = ["Anthony J. Martinez "] description = "Displays TLS cipher suite names and recommendation status from IANA for a set of given ciphers" homepage = "https://github.com/anthonyjmartinez/check-tls-suites" readme = "README.md" keywords = [ "network", "CLI", "tools", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/anthonyjmartinez/check-tls-suites.git" [profile.release] opt-level = "z" lto = true panic = "abort" strip = true [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "3" features = ["cargo"] [dependencies.csv] version = "1.1" [dependencies.hex] version = "0.4" [dependencies.reqwest] version = "0.11" features = ["blocking"] [dependencies.serde] version = "1" features = ["derive"]