quickcert 0.1.2

For generating test key/certificate pairs
Documentation
# 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 = "quickcert"
version = "0.1.2"
build = false
exclude = [
    ".efiles",
    "bacon.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "For generating test key/certificate pairs"
readme = "README.md"
keywords = [
    "ssl",
    "tls",
    "x509",
    "pki",
]
categories = ["cryptography"]
license = "0BSD"
repository = "https://repos.qrnch.tech/pub/quickcert"

[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]

[badges.maintenance]
status = "experimental"

[lib]
name = "quickcert"
path = "src/lib.rs"

[dependencies.openssl]
version = "0.10.73"

[dependencies.rand]
version = "0.10.0"

[dependencies.strum]
version = "0.28.0"
features = ["derive"]

[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