# 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 = "mx-chain-simulator-interface-rs" version = "0.0.1" include = [ "src", "build.rs", ] description = "A Rust wrapper around the MultiversX chain simulator CLI" keywords = [ "multiversx", "localnet", "blockchain", "testnet", "simulator", ] categories = ["cryptography::cryptocurrencies"] license = "GPL-3.0-only" repository = "https://github.com/gfusee/mx-chain-simulator-interface-rs" [dependencies.nix] version = "0.28.0" features = ["signal"] [dependencies.reqwest] version = "0.11.27" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.tempfile] version = "3.10.1" [dependencies.tokio] version = "1.36.0" features = ["full"] [dependencies.toml] version = "0.8.11" [build-dependencies.mx-chain-simulator-interface-config-rs] version = "0.0.1" [build-dependencies.reqwest] version = "0.12.2" features = ["blocking"]