# 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 = "aptos-testcontainer" version = "0.1.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Test container for Apotos Node" readme = "README.md" license = "MIT" repository = "https://github.com/sota-zk-labs/aptos-testcontainer.git" [lib] name = "aptos_testcontainer" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.71" [dependencies.base64] version = "0.22.1" [dependencies.config] version = "0.14.0" [dependencies.ed25519-dalek] version = "2.1.1" [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4.22" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.10.6" [dependencies.serde] version = "1.0" [dependencies.testcontainers] version = "0.22.0" [dependencies.thiserror] version = "1.0.63" [dependencies.tiny-keccak] version = "2.0.2" features = ["sha3"] [dependencies.tokio] version = "1.40.0" features = [ "rt", "rt-multi-thread", "macros", ] [dependencies.walkdir] version = "2.3.3" [dev-dependencies.test-log] version = "0.2.16" [features] testing = []