greentic-bundle 0.4.3

Greentic bundle authoring CLI scaffold with embedded i18n and answer-document contracts.
# 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 = "0.4.3"
build = "build.rs"
include = [
    "Cargo.toml",
    "Cargo.lock",
    "README.md",
    "LICENSE",
    "build.rs",
    "docs/**",
    "i18n/**",
    "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"

[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 = "answer_document"
path = "tests/answer_document.rs"

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.greentic-bundle-reader]
version = "0.4"

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

[dependencies.greentic-qa-lib]
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.10"

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

[dependencies.tempfile]
version = "3"

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

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

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

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

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