greentic-operator 0.4.22

Greentic operator CLI for local dev and demo orchestration.
# 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.90"
name = "greentic-operator"
version = "0.4.22"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Greentic operator CLI for local dev and demo orchestration."
homepage = "https://github.com/greentic-ai/greentic-operator"
readme = "README.md"
license = "MIT"
repository = "https://github.com/greentic-ai/greentic-operator"

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

[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
pkg-fmt = "zip"

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

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

[[example]]
name = "cbor_dump"
path = "examples/cbor_dump.rs"

[[example]]
name = "fake_cloudflared"
path = "examples/fake_cloudflared.rs"

[[example]]
name = "fake_events_ingress"
path = "examples/fake_events_ingress.rs"

[[example]]
name = "fake_events_worker"
path = "examples/fake_events_worker.rs"

[[example]]
name = "fake_gsm_egress"
path = "examples/fake_gsm_egress.rs"

[[example]]
name = "fake_gsm_gateway"
path = "examples/fake_gsm_gateway.rs"

[[example]]
name = "fake_gsm_msgraph_subscriptions"
path = "examples/fake_gsm_msgraph_subscriptions.rs"

[[example]]
name = "fake_nats_server"
path = "examples/fake_nats_server.rs"

[[example]]
name = "fake_runner"
path = "examples/fake_runner.rs"

[[example]]
name = "fake_service"
path = "examples/fake_service.rs"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0"

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

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

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"

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

[dependencies.directories-next]
version = "2"

[dependencies.futures-util]
version = "0.3"

[dependencies.greentic-runner-desktop]
version = "0.4"

[dependencies.greentic-runner-host]
version = "0.4"

[dependencies.greentic-secrets-lib]
version = "0.4"
features = ["providers-dev"]

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

[dependencies.http-body-util]
version = "0.1"

[dependencies.hyper]
version = "1"
features = ["full"]

[dependencies.hyper-util]
version = "0.1"

[dependencies.libc]
version = "0.2"

[dependencies.rand]
version = "0.9"

[dependencies.rpassword]
version = "7"

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

[dependencies.serde_cbor]
version = "0.11"

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml_bw]
version = "2"

[dependencies.sysinfo]
version = "0.38"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "sync",
    "signal",
    "net",
]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"

[dependencies.uuid]
version = "1"
features = ["v4"]

[dependencies.zip]
version = "7"

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

[dev-dependencies.once_cell]
version = "1.21"

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

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