crtin 0.1.0

Certificate introspection tool
# 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 = "crtin"
version = "0.1.0"
authors = ["Shrewbrew"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Certificate introspection tool"
readme = "README.md"
license = "MIT"

[[bin]]
name = "crtin"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "cargo",
]

[dependencies.colored]
version = "2"

[dependencies.der-parser]
version = "9"

[dependencies.dns-lookup]
version = "2"

[dependencies.hex]
version = "0.4"

[dependencies.md5]
version = "0.7"

[dependencies.oid-registry]
version = "0.7"

[dependencies.rustls]
version = "0.23"
features = ["aws-lc-rs"]

[dependencies.serde_json]
version = "1"

[dependencies.sha1]
version = "0.10"

[dependencies.sha2]
version = "0.10"

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