caixa-feira 0.1.21

feira — CLI for the caixa tatara-lisp package system (init, add, lock, build, nix).
# 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.89.0"
name = "caixa-feira"
version = "0.1.21"
authors = ["pleme-io"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "feira — CLI for the caixa tatara-lisp package system (init, add, lock, build, nix)."
readme = false
license = "MIT"
repository = "https://github.com/pleme-io/caixa"
resolver = "2"

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

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

[dependencies.anyhow]
version = "1"

[dependencies.caixa-arch]
version = "0.1.21"

[dependencies.caixa-core]
version = "0.1.21"

[dependencies.caixa-flux]
version = "0.1.21"

[dependencies.caixa-fmt]
version = "0.1.21"

[dependencies.caixa-helm]
version = "0.1.21"

[dependencies.caixa-lacre]
version = "0.1.21"

[dependencies.caixa-lint]
version = "0.1.21"

[dependencies.caixa-mesh]
version = "0.1.21"

[dependencies.caixa-pangea]
version = "0.1.21"

[dependencies.caixa-resolver]
version = "0.1.21"

[dependencies.caixa-teia]
version = "0.1.21"

[dependencies.caixa-theme]
version = "0.1.21"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

[dependencies.dirs]
version = "5"

[dependencies.humantime]
version = "2"

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

[dependencies.kube]
version = "0.99"
features = [
    "runtime",
    "derive",
    "client",
]

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.tatara-lisp]
version = "0.3.26"

[dependencies.tatara-process]
version = "0.2"

[dependencies.thiserror]
version = "2"

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

[dev-dependencies.pretty_assertions]
version = "1"

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

[lints.clippy]
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"

[lints.clippy.pedantic]
level = "warn"
priority = -1