# 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-runtime" version = "0.1.0" authors = ["clearloop "] description = "Runtime ink! contract anywhere!" readme = "./README.md" keywords = ["wasm", "substrate", "runtime"] license = "MIT" repository = "https://github.com/clearloop/inkpad" [dependencies.cfg-if] version = "1" [dependencies.derivative] version = "2.2.0" features = ["use_core"] [dependencies.hex] version = "0.4.3" [dependencies.inkpad-executor] version = "^0" [dependencies.inkpad-ri] version = "^0" optional = true [dependencies.inkpad-sandbox] version = "^0" [dependencies.inkpad-seal] 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.parity-wasm] version = "0.42.2" [dependencies.serde] version = "1.0.125" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [features] default = [] std = ["inkpad-ri/std", "inkpad-std/std", "inkpad-seal/std", "inkpad-sandbox/std", "inkpad-support/std", "inkpad-executor/std"]