# 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 = "cargo-casper" version = "2.2.0" authors = ["Fraser Hutchison "] include = [ "src/*.rs", "Cargo.lock", "Cargo.toml", "resources/*", ] description = "A command line tool for creating a Wasm smart contract and tests for use on the Casper network." homepage = "https://casperlabs.io" documentation = "https://docs.rs/cargo-casper" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/casper-ecosystem/cargo-casper" [dependencies.clap] version = "=4.3.24" features = [ "cargo", "deprecated", "wrap_help", ] [dependencies.colour] version = "0.7.0" [dependencies.once_cell] version = "1.19.0" [dev-dependencies.assert_cmd] version = "2.0.13" [dev-dependencies.reqwest] version = "0.11.24" features = ["blocking"] [dev-dependencies.serde_json] version = "1.0.113" [dev-dependencies.tempfile] version = "3.10.0"