dee-ssl 0.1.1

TLS certificate inspection CLI for domains
# 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 = "dee-ssl"
version = "0.1.1"
authors = ["Dee <dee@deeflect.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TLS certificate inspection CLI for domains"
homepage = "https://dee.ink"
readme = "README.md"
license = "MIT"
repository = "https://github.com/deeflect/dee-ink"

[[bin]]
name = "dee-ssl"
path = "src/main.rs"

[[test]]
name = "chain_json"
path = "tests/chain_json.rs"

[[test]]
name = "error_classification"
path = "tests/error_classification.rs"

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "color",
]

[dependencies.owo-colors]
version = "4"

[dependencies.rustls]
version = "0.23"
features = [
    "ring",
    "std",
    "tls12",
]
default-features = false

[dependencies.rustls-native-certs]
version = "0.8"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2"

[dependencies.x509-parser]
version = "0.16"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.predicates]
version = "3"