kaniop-webhook 0.5.6

Admission webhook for Kaniop
# 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.85"
name = "kaniop-webhook"
version = "0.5.6"
authors = ["Pando85 <pando855@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Admission webhook for Kaniop"
homepage = "https://github.com/pando85/kanidm-operator"
readme = "README.md"
license-file = "LICENSE.md"
repository = "https://github.com/pando85/kanidm-operator"
resolver = "2"

[[bin]]
name = "kaniop-webhook"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.axum]
version = "0.8"

[dependencies.axum-server]
version = "0.8"
features = ["tls-rustls"]

[dependencies.clap]
version = "4.5"
features = [
    "std",
    "derive",
    "cargo",
    "env",
]

[dependencies.futures]
version = "0.3"

[dependencies.k8s-openapi]
version = "0.27"
features = ["v1_32"]
default-features = false

[dependencies.kaniop-group]
version = "0.5.6"

[dependencies.kaniop-k8s-util]
version = "0.5.6"

[dependencies.kaniop-oauth2]
version = "0.5.6"

[dependencies.kaniop-operator]
version = "0.5.6"

[dependencies.kaniop-person]
version = "0.5.6"

[dependencies.kaniop-service-account]
version = "0.5.6"

[dependencies.kube]
version = "3.0.0"
features = [
    "client",
    "derive",
    "unstable-runtime",
]
default-features = true

[dependencies.notify]
version = "8.2"

[dependencies.rustls]
version = "0"

[dependencies.rustls-pemfile]
version = "2.2"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.38"
features = [
    "macros",
    "rt-multi-thread",
]

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

[dependencies.tracing]
version = "0.1.40"