greentic-bundle 1.1.0

Greentic bundle authoring CLI scaffold with embedded i18n and answer-document contracts.
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.91"
name = "greentic-bundle"
version = "1.1.0"
build = "build.rs"
include = [
    "Cargo.toml",
    "Cargo.lock",
    "README.md",
    "LICENSE",
    "build.rs",
    "i18n-locales.json",
    "docs/**",
    "i18n/**",
    "registries/**",
    "src/**",
    "tests/**",
    "ci/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Greentic bundle authoring CLI scaffold with embedded i18n and answer-document contracts."
readme = "README.md"
keywords = [
    "greentic",
    "bundle",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/greenticai/greentic-bundle"
resolver = "2"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-v{ version }-{ target }.tgz"
pkg-fmt = "tgz"
bin-dir = "{ name }-v{ version }-{ target }/{ bin }{ binary-ext }"
targets = [
    "x86_64-unknown-linux-gnu",
    "aarch64-unknown-linux-gnu",
    "x86_64-apple-darwin",
    "aarch64-apple-darwin",
    "x86_64-pc-windows-msvc",
    "aarch64-pc-windows-msvc",
]

[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-v{ version }-{ target }.zip"
pkg-fmt = "zip"

[package.metadata.binstall.overrides.aarch64-pc-windows-msvc]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-v{ version }-{ target }.zip"
pkg-fmt = "zip"

[features]
default = []

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

[[bin]]
name = "greentic-bundle"
path = "src/main.rs"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.backhand]
version = "0.25"
features = [
    "xz",
    "gzip",
    "zstd",
    "lz4",
]
default-features = false

[dependencies.ciborium]
version = "0.2"

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

[dependencies.constant_time_eq]
version = "0.5"

[dependencies.dirs]
version = "6"

[dependencies.ed25519-dalek]
version = "2"
features = [
    "pkcs8",
    "pem",
    "zeroize",
]

[dependencies.greentic-bundle-reader]
version = ">=1.1.0-dev, <1.2.0-0"

[dependencies.greentic-deploy-spec]
version = ">=0.1, <0.2"

[dependencies.greentic-distributor-client]
version = ">=1.1.0-dev, <1.2.0-0"
features = [
    "dist-client",
    "pack-fetch",
]
default-features = false

[dependencies.greentic-qa-lib]
version = ">=1.1.0-dev, <1.2.0-0"

[dependencies.hex]
version = "0.4"

[dependencies.rpassword]
version = "7"

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

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

[dependencies.serde_json]
version = "1"

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

[dependencies.sha2]
version = "0.11"

[dependencies.sys-locale]
version = "0.3"

[dependencies.tempfile]
version = "3"

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

[dependencies.tracing]
version = "0.1"

[dependencies.unic-langid]
version = "0.9"

[dependencies.walkdir]
version = "2"

[dependencies.zeroize]
version = "1"

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

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.criterion]
version = "0.8"

[dev-dependencies.httpmock]
version = "0.8"

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

[dev-dependencies.sha2]
version = "0.11"

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

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

[build-dependencies.serde_json]
version = "1"