# 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-configuration" version = "0.1.0-alpha.1" authors = ["Parity Technologies "] publish = true description = "Zombienet sdk config builder, allow to build a network configuration" keywords = [ "zombienet", "configuration", "sdk", ] license = "Apache-2.0 OR GPL-3.0" repository = "https://github.com/paritytech/zombienet-sdk" [dependencies.anyhow] version = "1.0" [dependencies.lazy_static] version = "1.4" [dependencies.multiaddr] version = "0.18" [dependencies.regex] version = "1.8" [dependencies.serde] version = "1.0" features = [ "derive", "derive", ] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "0.7" [dependencies.url] version = "2.3" features = ["serde"]