hydro_cli 0.12.1

Hydro Deploy Command Line Interface
Documentation
[dependencies.anyhow]
features = ["backtrace"]
version = "1.0.82"

[dependencies.async-ssh2-lite]
features = ["vendored-openssl"]
version = "0.5.0"

[dependencies.bytes]
version = "1.1.0"

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

[dependencies.futures]
version = "0.3.0"

[dependencies.hydro_deploy]
version = "^0.12.1"

[dependencies.hydro_deploy_integration]
version = "^0.12.1"

[dependencies.pyo3]
features = ["abi3-py37"]
version = "0.20.0"

[dependencies.pyo3-asyncio]
features = ["attributes", "tokio-runtime"]
version = "0.20.0"

[dependencies.pythonize]
version = "0.20.0"

[dependencies.tokio]
features = ["full"]
version = "1.29.0"

[lib]
crate-type = ["cdylib"]
name = "hydro_cli"
path = "src/lib.rs"

[lints.clippy]
allow_attributes = "warn"
allow_attributes_without_reason = "warn"
explicit_into_iter_loop = "warn"
let_and_return = "allow"
upper_case_acronyms = "warn"

[lints.rust]
impl_trait_overcaptures = "warn"
missing_unsafe_on_extern = "deny"
unsafe_attr_outside_unsafe = "deny"
unused_qualifications = "warn"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Hydro Deploy Command Line Interface"
documentation = "https://docs.rs/hydro_cli/"
edition = "2024"
license = "Apache-2.0"
name = "hydro_cli"
publish = true
readme = "README.md"
repository = "https://github.com/hydro-project/hydro"
resolver = "2"
version = "0.12.1"