kcr_camel_apache_org 3.20260127.164857

Kubernetes Custom Resource Bindings
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 = "2021"
name = "kcr_camel_apache_org"
version = "3.20260127.164857"
authors = ["The kube-custom-resources-rs authors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Kubernetes Custom Resource Bindings"
homepage = "https://github.com/metio/kube-custom-resources-rs/"
readme = "README.md"
keywords = [
    "kubernetes",
    "custom-resources",
]
categories = ["api-bindings"]
license = "0BSD"
repository = "https://github.com/metio/kube-custom-resources-rs"

[package.metadata.docs.rs]
features = ["k8s-openapi/v1_35"]

[features]
default = [
    "v1",
    "v1alpha1",
]
v1 = []
v1alpha1 = []

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

[dependencies.k8s-openapi]
version = "~0"

[dependencies.kube]
version = "~3"
features = ["derive"]
default-features = false

[dependencies.schemars]
version = "~1"

[dependencies.serde]
version = "~1"

[dependencies.serde_json]
version = "~1"

[dev-dependencies.k8s-openapi]
version = "~0"
features = ["v1_35"]