# 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 = "chain-spec-generator" version = "13.0.1-beta.196" authors = ["Transparent Engineers "] description = "Generates a chainspec artifact for use in genesis block creation of a Xand network." readme = "README.md" license = "MIT OR Apache-2.0" [dependencies.bs58] version = "0.4.0" [dependencies.fs_extra] version = "1.2.0" [dependencies.ipnetwork] version = "0.17.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.8" [dependencies.structopt] version = "0.3" [dependencies.thiserror] version = "1.0.24" [dev-dependencies.assert_matches] version = "1.5" [dev-dependencies.insta] version = "=1.6.3" features = ["redactions"] [dev-dependencies.mockall] version = "0.9.1" [dev-dependencies.temp-dir] version = "0.1.10"