kaniop-examples 0.4.2

Custom resource examples generator for the Kanidm operator
# 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-examples"
version = "0.4.2"
authors = ["Pando85 <pando855@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Custom resource examples generator for the Kanidm operator"
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 = "examples-gen"
path = "src/main.rs"

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

[dependencies.kaniop-group]
version = "0.4.2"
features = ["schemars"]

[dependencies.kaniop-oauth2]
version = "0.4.2"
features = ["schemars"]

[dependencies.kaniop-operator]
version = "0.4.2"
features = [
    "schemars",
    "examples-gen",
]

[dependencies.kaniop-person]
version = "0.4.2"
features = ["schemars"]

[dependencies.kaniop-service-account]
version = "0.4.2"
features = ["schemars"]

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

[dependencies.schemars]
version = "1"
features = ["preserve_order"]

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

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