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