commonware-deployer 2026.2.0

Deploy infrastructure across cloud providers.
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 = "commonware-deployer"
version = "2026.2.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Deploy infrastructure across cloud providers."
homepage = "https://commonware.xyz"
documentation = "https://docs.rs/commonware-deployer"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/commonwarexyz/monorepo/tree/main/deployer"

[features]
aws = [
    "aws-config",
    "aws-sdk-ec2",
    "aws-sdk-s3",
    "chrono",
    "clap",
    "commonware-cryptography",
    "futures",
    "reqwest",
    "thiserror",
    "tokio",
    "tracing",
    "tracing-subscriber",
    "uuid",
]
default = ["aws"]

[lib]
name = "commonware_deployer"
path = "src/lib.rs"
bench = false

[[bin]]
name = "deployer"
path = "src/main.rs"
bench = false
required-features = ["aws"]

[dependencies.aws-config]
version = "1.8.12"
optional = true

[dependencies.aws-sdk-ec2]
version = "1.200.0"
optional = true

[dependencies.aws-sdk-s3]
version = "1.91.0"
optional = true

[dependencies.cfg-if]
version = "1.0.0"

[dependencies.chrono]
version = "0.4.39"
optional = true

[dependencies.clap]
version = "4.5.18"
optional = true

[dependencies.commonware-cryptography]
version = "2026.2.0"
optional = true
default-features = false

[dependencies.commonware-macros]
version = "2026.2.0"
default-features = false

[dependencies.futures]
version = "0.3.31"
optional = true

[dependencies.reqwest]
version = "0.12.12"
optional = true

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

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.thiserror]
version = "2.0.12"
optional = true
default-features = false

[dependencies.tokio]
version = "1.43.0"
features = ["full"]
optional = true

[dependencies.tracing]
version = "0.1.41"
optional = true

[dependencies.tracing-subscriber]
version = "0.3.19"
optional = true

[dependencies.uuid]
version = "1.15.1"
features = ["v4"]
optional = true

[lints.clippy]
disallowed_macros = "deny"
disallowed_types = "deny"
missing-const-for-fn = "warn"
option-if-let-else = "warn"
redundant-clone = "warn"
suspicious_op_assign_impl = "allow"
undocumented_unsafe_blocks = "deny"
use-self = "warn"

[lints.rust]
rust-2018-idioms = "deny"
unused-must-use = "deny"
warnings = "deny"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    "cfg(full_bench)",
    "cfg(generate_conformance_tests)",
    "cfg(commonware_stability_BETA)",
    "cfg(commonware_stability_GAMMA)",
    "cfg(commonware_stability_DELTA)",
    "cfg(commonware_stability_EPSILON)",
    "cfg(commonware_stability_RESERVED)",
]