greentic-x 0.4.8

Greentic-X CLI for catalog-driven composition, scaffolding, validation, and simulation.
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-x"
version = "0.4.8"
authors = ["Greentic"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Greentic-X CLI for catalog-driven composition, scaffolding, validation, and simulation."
homepage = "https://github.com/greenticai/greentic-x"
documentation = "https://docs.rs/greentic-x"
readme = "README.md"
license = "MIT"
repository = "https://github.com/greenticai/greentic-x"
resolver = "2"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-v{ version }-{ target }{ archive-suffix }"
bin-dir = "greentic-x{ binary-ext }"

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

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

[dependencies.async-trait]
version = "0.1"

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

[dependencies.flate2]
version = "1"

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

[dependencies.greentic-qa-lib]
version = "0.4"

[dependencies.greentic-x-contracts]
version = "0.4"

[dependencies.greentic-x-flow]
version = "0.4"

[dependencies.greentic-x-ops]
version = "0.4"

[dependencies.greentic-x-types]
version = "0.4"

[dependencies.jsonschema]
version = "0.45"

[dependencies.oci-distribution]
version = "0.11"

[dependencies.rpassword]
version = "7"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.tar]
version = "0.4"

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

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

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

[lints.clippy]
dbg_macro = "deny"
todo = "deny"
unwrap_used = "deny"

[lints.rust]
unsafe_code = "forbid"