certsd 0.6.13

CertsD - automated, asynchronous LE certificate issuer.
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 = "certsd"
version = "0.6.13"
authors = ["Daniel (dmilith) Dettlaff <dmilith@me.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CertsD - automated, asynchronous LE certificate issuer."
readme = "README.md"
keywords = ["acme"]
categories = ["asynchronous"]
license = "MIT"
repository = "https://github.com/VerKnowSys/certsd-open"

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

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.async-recursion]
version = "1.1.1"

[dependencies.chrono]
version = "0.4.44"

[dependencies.cloudflare]
version = "0.14.0"

[dependencies.hyperacme]
version = "0.0.3"

[dependencies.openssl]
version = "0.10.77"

[dependencies.ron]
version = "0.12.1"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.slack-hook2]
version = "0.10.1"

[dependencies.telegram-bot-api]
version = "0.1.2"

[dependencies.tokio]
version = "1.52.1"
features = [
    "macros",
    "tokio-macros",
    "fs",
]

[dependencies.tracing]
version = "0.1.44"
features = [
    "log",
    "attributes",
    "std",
]

[dependencies.tracing-subscriber]
version = "0.3.23"
features = [
    "registry",
    "fmt",
    "env-filter",
]

[profile.bench]
opt-level = 3
lto = true
codegen-units = 1
debug = 0
debug-assertions = false
rpath = false
overflow-checks = true
incremental = false

[profile.dev]
opt-level = 0
lto = false
codegen-units = 8
debug = 2
debug-assertions = true
rpath = false
panic = "unwind"
overflow-checks = true
incremental = true

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
debug = 0
debug-assertions = false
rpath = false
overflow-checks = false
incremental = false

[profile.test]
opt-level = 1
lto = false
codegen-units = 12
debug = 2
debug-assertions = true
rpath = false
overflow-checks = true
incremental = true