# 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 = "substrate-runtime-proposal-hash" version = "0.13.0" authors = ["chevdor "] description = "Compute the proposal hash for a Substrate Runtime" homepage = "https://github.com/chevdor/subwasm" readme = "README.md" keywords = ["wasm", "substrate", "runtime", "polkadot", "kusama"] license = "MIT" repository = "https://github.com/chevdor/subwasm" resolver = "2" [dependencies.blake2] version = "0.9" [dependencies.codec] version = "2.2" package = "parity-scale-codec" [dependencies.frame-metadata] version = "14.0.0-rc.1" features = ["v12", "v13", "v14", "std"] [dependencies.hex] version = "0.4" [dependencies.sc-executor] version = "0.9" [dependencies.sp-core] version = "3.0" [dependencies.sp-io] version = "3.0" [dependencies.sp-runtime] version = "3.0" [dependencies.sp-wasm-interface] version = "3.0"