# 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-ri" version = "0.1.0" authors = ["clearloop "] description = "inkpad runtime interfaces" readme = "./README.md" keywords = ["wasm", "substrate", "runtime"] license = "MIT" repository = "https://github.com/clearloop/inkpad" [dependencies.blake2-rfc] version = "0.2.18" [dependencies.inkpad-executor] version = "^0" [dependencies.inkpad-sandbox] version = "^0" [dependencies.inkpad-seal] version = "^0" [dependencies.inkpad-std] version = "^0" [dependencies.rand] version = "0.8.0" [dependencies.sha2] version = "0.9.3" [dependencies.tiny-keccak] version = "2.0.2" features = ["keccak"] [features] default = [] std = ["inkpad-seal/std", "inkpad-sandbox/std", "inkpad-executor/std"]