# 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_cli_integration" version = "0.5.2" publish = true description = "`hydro_cli` integration for Hydroflow" documentation = "https://docs.rs/hydroflow_cli_integration/" license = "Apache-2.0" [dependencies.async-recursion] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.bytes] version = "1.1.0" [dependencies.futures] version = "0.3.26" [dependencies.pin-project] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.tempfile] version = "3.3.0" [dependencies.tokio] version = "1.16" features = ["full"] [dependencies.tokio-stream] version = "0.1.15" features = ["net"] default-features = false [dependencies.tokio-util] version = "0.7.4" features = [ "net", "codec", ]