greentic-messaging 0.4.45

Unified CLI wrapper for Greentic messaging services (ingress/egress/test/admin tooling).
# 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-messaging"
version = "0.4.45"
authors = ["Greentic AI"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unified CLI wrapper for Greentic messaging services (ingress/egress/test/admin tooling)."
readme = false
license = "MIT"
repository = "https://github.com/greentic-ai/greentic-messaging"
resolver = "2"

[package.metadata.binstall]
pkg-fmt = "tgz"
pkg-fmt-windows = "zip"
pkg-url = "https://github.com/greentic-ai/greentic-messaging/releases/download/v{ version }/greentic-messaging-{ target }.{ archive-format }"
targets = [
    "x86_64-unknown-linux-gnu",
    "x86_64-apple-darwin",
    "aarch64-apple-darwin",
    "x86_64-pc-windows-msvc",
]

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

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

[dependencies.anyhow]
version = "1"

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

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

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

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

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

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

[dependencies.gsm-core]
version = "0.4"

[dependencies.semver]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml_bw]
version = "2.4.1"

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

[dependencies.zip]
version = "7"

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

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

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

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

[dev-dependencies.semver]
version = "1"

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

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

[dev-dependencies.zip]
version = "7"