# 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 = "wasm-loader" version = "0.13.0" authors = ["chevdor "] description = "load a binary that happens to be WASM" 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.hex] version = "0.4" [dependencies.jsonrpsee] version = "0.3.0" features = ["full"] [dependencies.log] version = "0.4" [dependencies.multibase] version = "0.9" [dependencies.multihash] version = "0.14" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sp-maybe-compressed-blob] version = "4.0.0-dev" [dependencies.tokio] version = "1.6.0" features = ["full"]