# 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 = "pallet-migrations" version = "7.0.1" authors = ["Parity Technologies "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "FRAME pallet to execute multi-block migrations. (polkadot v1.15.0)" readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/paritytech/polkadot-sdk.git" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [lib] name = "pallet_migrations" path = "src/lib.rs" [dependencies.codec] version = "3.6.12" features = ["derive"] default-features = false package = "parity-scale-codec" [dependencies.docify] version = "0.2.8" [dependencies.frame-benchmarking] version = "37.0.0" optional = true default-features = false [dependencies.frame-support] version = "37.0.1" default-features = false [dependencies.frame-system] version = "37.1.0" default-features = false [dependencies.impl-trait-for-tuples] version = "0.2.2" [dependencies.log] version = "0.4.21" default-features = true [dependencies.scale-info] version = "2.11.1" features = ["derive"] default-features = false [dependencies.sp-core] version = "34.0.0" default-features = false [dependencies.sp-runtime] version = "39.0.2" default-features = false [dev-dependencies.pretty_assertions] version = "1.3.0" [features] default = ["std"] runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", "sp-runtime/runtime-benchmarks", ] std = [ "codec/std", "frame-benchmarking?/std", "frame-support/std", "frame-system/std", "log/std", "scale-info/std", "sp-core/std", "sp-runtime/std", ] try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", "sp-runtime/try-runtime", ]