pleme-fleet 0.1.4

NixOS fleet lifecycle CLI with DAG workflow orchestration
# 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 = "pleme-fleet"
version = "0.1.4"
authors = ["Pleme Team <team@pleme.io>"]
build = false
exclude = [
    "module/",
    "target/",
    "result-*",
    "Cargo.nix",
    "flake.nix",
    "flake.lock",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "NixOS fleet lifecycle CLI with DAG workflow orchestration"
homepage = "https://github.com/pleme-io/fleet"
readme = "README.md"
keywords = [
    "nixos",
    "fleet",
    "orchestration",
    "dag",
    "lifecycle",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/pleme-io/fleet"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "cargo",
]

[dependencies.colored]
version = "2.1"

[dependencies.fs4]
version = "0.9"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml_ng]
version = "0.10"

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
strip = true