# 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.70.0" name = "ink-zombienet-provider" version = "0.1.0-alpha.1" authors = ["Parity Technologies "] publish = true description = "Zombienet provider, implement the logic to run the nodes in the native provider" keywords = [ "zombienet", "provider", "native", ] license = "Apache-2.0 OR GPL-3.0" repository = "https://github.com/paritytech/zombienet-sdk" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1" [dependencies.configuration] version = "0.1.0-alpha.1" package = "ink-zombienet-configuration" [dependencies.futures] version = "0.3" [dependencies.nix] version = "0.27" features = ["signal"] [dependencies.serde] version = "1.0" features = [ "derive", "derive", ] [dependencies.serde_json] version = "1.0" [dependencies.support] version = "0.1.0-alpha.1" package = "ink-zombienet-support" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.28" features = [ "process", "macros", "fs", "time", "rt", ] [dependencies.tracing] version = "0.1.35" [dependencies.uuid] version = "1.4" features = ["v4"]