pingap-certificate 0.13.1

Certificate for pingap
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"
name = "pingap-certificate"
version = "0.13.1"
authors = ["Tree Xie <tree.xie@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Certificate for pingap"
homepage = "https://github.com/vicanso/pingap"
readme = "README.md"
keywords = [
    "pingap",
    "certificate",
]
license = "Apache-2.0"
repository = "https://github.com/vicanso/pingap"

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

[dependencies.ahash]
version = "0.8.12"

[dependencies.arc-swap]
version = "1.8.2"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.pingap-config]
version = "0.13.1"

[dependencies.pingap-core]
version = "0.13.1"

[dependencies.pingap-util]
version = "0.13.1"

[dependencies.pingora]
version = "0.8.0"
features = [
    "lb",
    "openssl",
    "cache",
]
default-features = false

[dependencies.rcgen]
version = "0.13.2"
features = [
    "pem",
    "x509-parser",
]

[dependencies.regex]
version = "1.12.3"
default-features = false

[dependencies.serde]
version = "1.0.228"

[dependencies.snafu]
version = "0.9.0"
features = ["std"]
default-features = false

[dependencies.time]
version = "0.3.47"
features = ["local-offset"]

[dependencies.tokio]
version = "1.50.0"
features = ["fs"]
default-features = false

[dependencies.tracing]
version = "0.1.44"

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

[dev-dependencies.nanoid]
version = "0.4.0"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[dev-dependencies.tempfile]
version = "3.21.0"

[dev-dependencies.tokio-test]
version = "0.4.4"

[lints.clippy]
unwrap_used = "deny"