# 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 = "hydro_cli" version = "0.10.0" build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Hydro Deploy Command Line Interface" documentation = "https://docs.rs/hydro_cli/" readme = "README.md" license = "Apache-2.0" [lib] name = "hydro_cli" crate-type = ["cdylib"] path = "src/lib.rs" [dependencies.anyhow] version = "1.0.82" features = ["backtrace"] [dependencies.async-ssh2-lite] version = "0.5.0" features = ["vendored-openssl"] [dependencies.bytes] version = "1.1.0" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.futures] version = "0.3.0" [dependencies.hydro_deploy] version = "^0.10.0" [dependencies.hydroflow_deploy_integration] version = "^0.10.0" [dependencies.pyo3] version = "0.20.0" features = ["abi3-py37"] [dependencies.pyo3-asyncio] version = "0.20.0" features = [ "attributes", "tokio-runtime", ] [dependencies.pythonize] version = "0.20.0" [dependencies.tokio] version = "1.29.0" features = ["full"] [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] unused_qualifications = "warn"