greentic-pack 0.4.78

Greentic pack builder CLI
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-pack"
version = "0.4.78"
authors = ["Greentic <engineering@greentic.ai"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Greentic pack builder CLI"
homepage = "https://github.com/greentic-ai/greentic-pack"
documentation = "https://docs.greentic.ai/"
readme = "README.md"
keywords = [
    "greentic",
    "cli",
    "pack",
    "wasm",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/greentic-ai/greentic-pack"
resolver = "2"

[features]
default = []
openssl = []
pem = []

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

[[bin]]
name = "greentic-pack"
path = "bin/greentic_pack.rs"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.base64]
version = "0.22"

[dependencies.blake3]
version = "1"

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

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

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

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

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

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

[dependencies.greentic-pack]
version = "0.4"
package = "greentic-pack-lib"

[dependencies.greentic-telemetry]
version = "0.4"
features = ["otlp"]

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

[dependencies.hex]
version = "0.4"

[dependencies.ignore]
version = "0.4"

[dependencies.pack_component_template]
version = "0.4"

[dependencies.pkcs8]
version = "0.10"
features = ["pem"]

[dependencies.rand_core_06]
version = "0.6"
features = ["std"]
package = "rand_core"

[dependencies.regex]
version = "1"

[dependencies.schemars]
version = "1"

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

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

[dependencies.serde_cbor]
version = "0.11"

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml_bw]
version = "2"

[dependencies.sha2]
version = "0.10"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2"

[dependencies.time]
version = "0.3"
features = [
    "macros",
    "serde",
    "formatting",
    "parsing",
]

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

[dependencies.toml]
version = "0.9"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "registry",
    "std",
]
default-features = false

[dependencies.walkdir]
version = "2"

[dependencies.wasmtime]
version = "41"

[dependencies.wasmtime-wasi]
version = "41"

[dependencies.wit-component]
version = "0.244"

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

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

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

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

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