hydroflow_plus_cli_integration 0.8.0

Library for working with hydro_deploy and hydroflow_plus
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 = "hydroflow_plus_cli_integration"
version = "0.8.0"
build = "build.rs"
publish = true
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library for working with hydro_deploy and hydroflow_plus"
documentation = "https://docs.rs/hydroflow_plus_cli_integration/"
readme = false
license = "Apache-2.0"

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

[dependencies.hydro_deploy]
version = "^0.8.0"
optional = true

[dependencies.hydroflow_plus]
version = "^0.8.0"
features = ["cli_integration"]

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

[dependencies.stageleft]
version = "^0.3.0"

[dependencies.stageleft_tool]
version = "^0.2.0"
optional = true

[dependencies.syn]
version = "2.0.0"
features = [
    "parsing",
    "extra-traits",
]

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

[build-dependencies.stageleft_tool]
version = "^0.2.0"

[features]
default = []
deploy = ["hydro_deploy"]