kubernix 0.3.2

Kubernetes development cluster bootstrapping with Nix packages
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 = "2024"
rust-version = "1.85"
name = "kubernix"
version = "0.3.2"
authors = ["Sascha Grunert <mail@saschagrunert.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Kubernetes development cluster bootstrapping with Nix packages"
homepage = "https://github.com/saschagrunert/kubernix"
documentation = "https://docs.rs/kubernix"
readme = "README.md"
keywords = [
    "kubernetes",
    "nix",
    "nix-shell",
    "crio",
    "kube",
]
categories = ["command-line-utilities"]
license = "Apache-2.0"
repository = "https://github.com/saschagrunert/kubernix"

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

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.base64]
version = "0.22.1"

[dependencies.clap]
version = "4.6.1"
features = [
    "derive",
    "wrap_help",
    "env",
    "color",
]

[dependencies.console]
version = "0.16.3"

[dependencies.crossbeam-channel]
version = "0.5.15"

[dependencies.indicatif]
version = "0.18.4"

[dependencies.ipnetwork]
version = "0.21.1"
features = ["serde"]

[dependencies.log]
version = "0.4.29"
features = [
    "serde",
    "std",
]

[dependencies.nix]
version = "0.31.3"
features = [
    "fs",
    "hostname",
    "signal",
    "mount",
    "process",
    "user",
]

[dependencies.rand]
version = "0.10.1"

[dependencies.rayon]
version = "1.12.0"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.signal-hook]
version = "0.4.4"

[dependencies.toml]
version = "1.1.2"

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