greentic-setup 0.4.4

End-to-end bundle setup engine for the Greentic platform — pack discovery, QA-driven configuration, secrets persistence, and bundle lifecycle management
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"
name = "greentic-setup"
version = "0.4.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "End-to-end bundle setup engine for the Greentic platform — pack discovery, QA-driven configuration, secrets persistence, and bundle lifecycle management"
homepage = "https://github.com/greenticai/greentic-setup"
readme = "README.md"
keywords = [
    "greentic",
    "setup",
    "bundle",
    "qa",
    "secrets",
]
categories = [
    "command-line-utilities",
    "config",
]
license = "MIT"
repository = "https://github.com/greenticai/greentic-setup"

[features]
default = [
    "oci",
    "squashfs",
]
oci = ["greentic-distributor-client"]
squashfs = ["backhand"]

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

[[bin]]
name = "greentic-setup"
path = "src/bin/greentic_setup.rs"

[dependencies.aes-gcm-siv]
version = "0.11"

[dependencies.anyhow]
version = "1"

[dependencies.backhand]
version = "0.25"
optional = true

[dependencies.base64]
version = "0.22"

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

[dependencies.dialoguer]
version = "0.12"

[dependencies.greentic-distributor-client]
version = "0.4"
features = ["pack-fetch"]
optional = true
default-features = false

[dependencies.greentic-i18n]
version = "0.4"

[dependencies.greentic-secrets-lib]
version = "0.4"
features = ["providers-dev"]

[dependencies.greentic-types]
version = "0.4"
features = ["serde"]

[dependencies.hmac]
version = "0.12"

[dependencies.qa-spec]
version = "0.4"

[dependencies.rand]
version = "0.9"

[dependencies.rpassword]
version = "7"

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

[dependencies.serde_cbor]
version = "0.11"

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml_bw]
version = "2.5.2"
package = "serde_yaml_gtc"

[dependencies.sha2]
version = "0.10"

[dependencies.tar]
version = "0.4"

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

[dependencies.tracing]
version = "0.1"

[dependencies.ureq]
version = "3"
features = ["json"]

[dependencies.url]
version = "2"

[dependencies.zip]
version = "2"
features = ["deflate"]
default-features = false

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