trellis-cli 0.6.1

CLI for generating, validating, and operating Trellis contracts and services.
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 = "2021"
name = "trellis-cli"
version = "0.6.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for generating, validating, and operating Trellis contracts and services."
readme = false
license = "Apache-2.0"
repository = "https://github.com/qlever-llc/trellis"

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

[[bin]]
name = "trellis"
path = "src/main.rs"

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

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

[dependencies.async-nats]
version = "0.47.0"

[dependencies.base64]
version = "0.22.1"

[dependencies.bytes]
version = "1.11.1"

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

[dependencies.clap_complete]
version = "4.6.0"

[dependencies.comfy-table]
version = "7.2.2"

[dependencies.ed25519-dalek]
version = "2.2.0"

[dependencies.json5]
version = "0.4.1"

[dependencies.miette]
version = "7.6.0"
features = ["fancy"]

[dependencies.owo-colors]
version = "4.3.0"

[dependencies.rand]
version = "0.10.0"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.sha2]
version = "0.11.0"

[dependencies.tempfile]
version = "3.27.0"

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

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.23"
features = [
    "env-filter",
    "fmt",
]

[dependencies.trellis-auth]
version = "0.6.1"

[dependencies.trellis-client]
version = "0.6.1"

[dependencies.trellis-codegen-rust]
version = "0.6.1"

[dependencies.trellis-codegen-ts]
version = "0.6.1"

[dependencies.trellis-contracts]
version = "0.6.1"

[dev-dependencies.trellis-sdk-auth]
version = "0.6.1"

[dev-dependencies.trellis-sdk-core]
version = "0.6.1"
package = "trellis-sdk-core"