volga-dev-cert 0.8.2

A Rust library for generating self-signed TLS certificates for local development.
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.0"
name = "volga-dev-cert"
version = "0.8.2"
authors = ["Roman Emreis <roman.emreis@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library for generating self-signed TLS certificates for local development."
homepage = "https://romanemreis.github.io/volga-docs"
documentation = "https://docs.rs/volga"
readme = "README.md"
keywords = [
    "volga",
    "server",
    "https",
    "tls",
]
categories = [
    "web-programming::http-server",
    "web-programming::websocket",
    "network-programming",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/RomanEmreis/volga"
resolver = "2"

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

[dependencies.rcgen]
version = "0.14.7"

[dev-dependencies.serial_test]
version = "3.3.1"

[lints.rust]
missing_debug_implementations = "warn"
missing_docs = "warn"
unreachable_pub = "warn"
unsafe_code = "forbid"

[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1