epazote 3.3.0

Automated HTTP (microservices) supervisor 🌿
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 = "epazote"
version = "3.3.0"
authors = ["Nicolas Embriz <nbari@tequila.io>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Automated HTTP (microservices) supervisor 🌿"
homepage = "https://epazote.io"
documentation = "https://docs.rs/epazote/latest/epazote/"
readme = "README.md"
keywords = [
    "metrics",
    "supervisor",
    "monitoring",
]
categories = [
    "command-line-utilities",
    "command-line-interface",
]
license = "BSD-3-Clause"
repository = "https://github.com/epazote/epazote/"

[[package.metadata.generate-rpm.assets]]
source = "target/release/epazote"
dest = "/usr/bin/epazote"
mode = "0755"

[[package.metadata.generate-rpm.assets]]
source = "contrib/systemd/epazote.service"
dest = "/etc/systemd/system/epazote.service"
mode = "0644"

[[package.metadata.generate-rpm.assets]]
source = "contrib/systemd/epazote.env.example"
dest = "/etc/epazote/epazote.env"
mode = "0640"

[package.metadata.deb]
assets = [
    [
    "target/release/epazote",
    "/usr/bin/epazote",
    "755",
],
    [
    "contrib/systemd/epazote.service",
    "/etc/systemd/system/epazote.service",
    "644",
],
    [
    "contrib/systemd/epazote.env.example",
    "/etc/epazote/epazote.env",
    "640",
],
]
depends = ""
maintainer-scripts = "contrib/debian"

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

[[bin]]
name = "epazote"
path = "src/bin/epazote.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.anyhow]
version = "1"

[dependencies.axum]
version = "0.8"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "4.5"
features = ["env"]

[dependencies.futures]
version = "0.3"

[dependencies.futures-util]
version = "0.3"

[dependencies.ignore]
version = "0.4"

[dependencies.opentelemetry]
version = "0.31"

[dependencies.opentelemetry-otlp]
version = "0.31"
features = [
    "grpc-tonic",
    "tls",
    "trace",
]
default-features = false

[dependencies.opentelemetry_sdk]
version = "0.31"
features = ["rt-tokio"]

[dependencies.prometheus]
version = "0.14"

[dependencies.regex]
version = "1.12"

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "stream",
    "form",
    "rustls",
    "http2",
    "charset",
    "gzip",
    "brotli",
    "deflate",
]
default-features = false

[dependencies.rustls]
version = "0.23"

[dependencies.rustls-native-certs]
version = "0.8"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

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

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tokio-rustls]
version = "0.26"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-opentelemetry]
version = "0.32"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "json",
]

[dependencies.url]
version = "2"

[dependencies.webpki]
version = "0.22"

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

[dev-dependencies.assert_cmd]
version = "2.2"

[dev-dependencies.ctor]
version = "0.6"

[dev-dependencies.env_logger]
version = "0.11"

[dev-dependencies.mockito]
version = "1.7"

[dev-dependencies.predicates]
version = "3.1"

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

[build-dependencies.built]
version = "0.8.0"
features = ["git2"]

[lints.clippy]
all = "deny"
await_holding_lock = "deny"
complexity = "deny"
correctness = "deny"
expect_used = "deny"
indexing_slicing = "deny"
large_stack_arrays = "deny"
needless_borrow = "deny"
needless_collect = "deny"
panic = "deny"
pedantic = "deny"
perf = "deny"
suspicious = "deny"
unwrap_used = "deny"

[lints.clippy.nursery]
level = "allow"
priority = -1

[lints.rust]
warnings = "deny"