deskribe 0.1.2

Native Kubernetes resource descriptions using a caller-provided kube client
# 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 = "deskribe"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native Kubernetes resource descriptions using a caller-provided kube client"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/nklmilojevic/deskribe"

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

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

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

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

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

[dependencies.base64]
version = "0.23.0"

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

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

[dependencies.kube]
version = "4.2.0"
features = ["client"]
default-features = false

[dependencies.serde_json]
version = "1.0.150"

[dependencies.tokio]
version = "1.52.3"
features = ["macros"]

[dependencies.x509-parser]
version = "0.18"
default-features = false

[dev-dependencies.http]
version = "1.4.2"

[dev-dependencies.http-body-util]
version = "0.1.3"

[dev-dependencies.k8s-openapi]
version = "0.28"
features = ["latest"]

[dev-dependencies.tokio]
version = "1.52.3"
features = [
    "macros",
    "rt",
    "sync",
    "time",
]

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