qcert 0.1.2

A tool for generating test key/certificate pairs
# 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 = "2024"
rust-version = "1.87"
name = "qcert"
version = "0.1.2"
build = false
exclude = [
    ".efiles",
    "bacon.toml",
    "mklocal.sh",
    "run.sh",
    "run_client.sh",
    "run_server.sh",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tool for generating test key/certificate pairs"
readme = "README.md"
keywords = [
    "ssl",
    "tls",
    "x509",
    "pki",
    "certificate",
]
categories = ["cryptography"]
license = "0BSD"
repository = "https://repos.qrnch.tech/pub/quickcert"

[badges.maintenance]
status = "experimental"

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

[dependencies.clap]
version = "4.5.20"
features = [
    "derive",
    "env",
    "string",
    "wrap_help",
]

[dependencies.quickcert]
version = "0.1.1"

[lints.clippy]
multiple_crate_versions = "allow"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1