cargo-casper 3.0.0

A command line tool for creating a Wasm smart contract and tests for use on the Casper network.
[[bin]]
name = "cargo-casper"
path = "src/main.rs"

[dependencies.clap]
features = ["cargo", "deprecated", "wrap_help"]
version = "4"

[dependencies.colour]
version = "2"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.reqwest]
features = ["blocking"]
version = "0"

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.tempfile]
version = "3"

[package]
authors = ["Jakub Zajkowski <jakub@casper.network>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A command line tool for creating a Wasm smart contract and tests for use on the Casper network."
documentation = "https://docs.rs/cargo-casper"
edition = "2021"
homepage = "https://www.casper.network"
include = ["src/*.rs", "Cargo.lock", "Cargo.toml", "resources/*"]
license = "Apache-2.0"
name = "cargo-casper"
readme = "README.md"
repository = "https://github.com/casper-ecosystem/cargo-casper"
version = "3.0.0"