# 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 = "rosetta-docker" version = "0.4.1" description = "Generic rosetta server testing infrastructure based on docker." license = "MIT" repository = "https://github.com/analog-labs/chain-connectors" [dependencies.anyhow] version = "1.0.69" [dependencies.docker-api] version = "0.13.0" [dependencies.env_logger] version = "0.10.0" [dependencies.futures] version = "0.3.26" [dependencies.getrandom] version = "0.2.8" [dependencies.log] version = "0.4.17" [dependencies.rosetta-client] version = "0.4.0" [dependencies.rosetta-core] version = "0.4.0" [dependencies.surf] version = "2.3.2" features = ["h1-client-no-tls"] default-features = false [dependencies.tokio] version = "1.26.0" [dev-dependencies.tokio] version = "1.26.0" features = ["macros"]