# 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 = "2018" name = "cargo-dimension" version = "1.0.0" authors = ["Adam Smith "] 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 Dimension network." homepage = "https://dimensionchain.org" documentation = "https://docs.rs/cargo-dimension" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/dimension-labs/cargo-dimension" [dependencies.clap] version = "3" features = ["cargo"] [dependencies.colour] version = "0.6" [dependencies.once_cell] version = "1" [dev-dependencies.assert_cmd] version = "2" [dev-dependencies.reqwest] version = "0.11.10" features = ["blocking"] [dev-dependencies.serde_json] version = "1" [dev-dependencies.tempfile] version = "3"