# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "cargo-casperlabs" version = "0.9.1" authors = ["Fraser Hutchison "] include = ["src/*.rs", "wasm/mint_install.wasm", "wasm/pos_install.wasm", "wasm/standard_payment.wasm", "wasm/standard_payment_install.wasm", "Cargo.lock", "Cargo.toml"] description = "Command line tool for creating a Wasm smart contract and tests for use on the CasperLabs network." homepage = "https://casperlabs.io" documentation = "https://docs.rs/cargo-casperlabs" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/CasperLabs/CasperLabs/tree/master/execution-engine/cargo-casperlabs" [dependencies.clap] version = "2" [dependencies.colour] version = "0.5" [dependencies.lazy_static] version = "1" [dev-dependencies.assert_cmd] version = "0.12" [dev-dependencies.tempdir] version = "0.3.7" [dev-dependencies.toml] version = "0.5.5"