bindcar 0.5.4

HTTP REST API for managing BIND9 zones via rndc
# 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 = "2021"
rust-version = "1.75"
name = "bindcar"
version = "0.5.4"
authors = ["Erick Bourgeois <firestoned@firestoned.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTTP REST API for managing BIND9 zones via rndc"
readme = "README.md"
keywords = [
    "dns",
    "bind9",
    "rndc",
    "api",
    "kubernetes",
]
categories = [
    "api-bindings",
    "network-programming",
    "web-programming::http-server",
]
license = "MIT"
repository = "https://github.com/firestoned/bindcar"

[features]
default = []
k8s-token-review = [
    "kube",
    "k8s-openapi",
]

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

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

[[example]]
name = "use_shared_types"
path = "examples/use_shared_types.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.axum]
version = "0.8"

[dependencies.chrono]
version = "0.4"

[dependencies.k8s-openapi]
version = "0.26"
optional = true
default-features = false

[dependencies.kube]
version = "2.0"
features = [
    "client",
    "rustls-tls",
]
optional = true

[dependencies.lazy_static]
version = "1.4"

[dependencies.nom]
version = "7"

[dependencies.prometheus]
version = "0.14"

[dependencies.rndc]
version = "0.1.3"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

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

[dependencies.tower]
version = "0.5"

[dependencies.tower-http]
version = "0.6"
features = ["trace"]

[dependencies.tower_governor]
version = "0.8"

[dependencies.tracing]
version = "0.1"

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

[dependencies.utoipa]
version = "5"
features = ["axum_extras"]

[dependencies.utoipa-swagger-ui]
version = "9"
features = ["axum"]

[dev-dependencies.k8s-openapi]
version = "0.26"
features = ["v1_31"]

[dev-dependencies.serde_json]
version = "1.0"

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

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

[dev-dependencies.tower]
version = "0.5"
features = ["util"]

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
strip = true