# 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" rust-version = "1.72" name = "op-composer" version = "0.1.0" authors = [ "merklefruit", "refcell", ] description = "A Docker container orchestration tool for OP stack components" homepage = "https://github.com/anton-rs/op-up" readme = "README.md" license = "MIT" repository = "https://github.com/anton-rs/op-up" [dependencies.bollard] version = "0.15.0" [dependencies.eyre] version = "0.6.8" [dependencies.flate2] version = "1.0.28" [dependencies.futures-util] version = "0.3.28" [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.tar] version = "0.4.40" [dependencies.tokio] version = "1.11.0" features = ["full"] [dependencies.tracing] version = "0.1.37" [dev-dependencies.pretty_assertions] version = "1" [dev-dependencies.tracing-subscriber] version = "0.3.17"