# 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 = "inkpad-cli" version = "0.1.0" authors = ["clearloop "] description = "Run ink! contract in command line!" readme = "./README.md" keywords = ["wasm", "substrate", "runtime"] license = "MIT" repository = "https://github.com/clearloop/inkpad" [[bin]] name = "inkpad" path = "bin/inkpad.rs" [dependencies.dirs] version = "3.0.1" [dependencies.env_logger] version = "0.8.4" [dependencies.etc] version = "0.1.16" [dependencies.hex] version = "0.4.3" [dependencies.inkpad-executor] version = "^0" [dependencies.inkpad-ri] version = "^0" [dependencies.inkpad-runtime] version = "^0" [dependencies.inkpad-sandbox] version = "^0" [dependencies.inkpad-std] version = "^0" [dependencies.inkpad-support] version = "^0" [dependencies.log] version = "0.4.14" [dependencies.parity-scale-codec] version = "2" features = ["derive"] [dependencies.sled] version = "0.34.6" [dependencies.structopt] version = "0.3.21" [dependencies.thiserror] version = "1.0.24" [features] default = [] wasmtime = ["inkpad-std/std", "inkpad-runtime/std", "inkpad-sandbox/std", "inkpad-support/std", "inkpad-executor/std", "inkpad-ri/std"]