# 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 = "frame-metadata-hash-extension" version = "0.6.0" authors = ["Parity Technologies "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "FRAME signed extension for verifying the metadata hash" homepage = "https://paritytech.github.io/polkadot-sdk/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/paritytech/polkadot-sdk.git" [lib] name = "frame_metadata_hash_extension" path = "src/lib.rs" [dependencies.array-bytes] version = "6.2.2" default-features = true [dependencies.codec] version = "3.6.12" features = ["derive"] default-features = false package = "parity-scale-codec" [dependencies.docify] version = "0.2.8" [dependencies.frame-support] version = "38.0.0" default-features = false [dependencies.frame-system] version = "38.0.0" default-features = false [dependencies.log] version = "0.4.22" default-features = false [dependencies.scale-info] version = "2.11.1" features = [ "derive", "serde", ] default-features = false [dependencies.sp-runtime] version = "39.0.1" features = ["serde"] default-features = false [dev-dependencies.frame-metadata] version = "16.0.0" features = ["current"] default-features = true [dev-dependencies.merkleized-metadata] version = "0.1.0" [features] default = ["std"] std = [ "codec/std", "frame-support/std", "frame-system/std", "log/std", "scale-info/std", "sp-runtime/std", ]