vardheim 0.3.1

Security-first ACME and certificate lifecycle framework for Rust
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.90"
name = "vardheim"
version = "0.3.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Security-first ACME and certificate lifecycle framework for Rust"
homepage = "https://github.com/valkyoth/vardheim"
readme = "README.md"
keywords = [
    "acme",
    "certificate",
    "pki",
    "no-std",
    "security",
]
categories = [
    "cryptography",
    "no-std",
    "web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/valkyoth/vardheim"

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

[dependencies.vardheim-challenge-dns]
version = "0.1.0"

[dependencies.vardheim-challenge-http]
version = "0.1.0"

[dependencies.vardheim-challenge-tls]
version = "0.1.0"

[dependencies.vardheim-core]
version = "0.1.0"

[lints.clippy]
arithmetic_side_effects = "forbid"
cast_possible_truncation = "forbid"
cast_sign_loss = "forbid"
expect_used = "forbid"
indexing_slicing = "forbid"
panic = "forbid"
undocumented_unsafe_blocks = "forbid"
unwrap_used = "forbid"

[lints.rust]
missing_docs = "deny"
unsafe_code = "forbid"
unsafe_op_in_unsafe_fn = "forbid"
unused_must_use = "deny"