# 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 = "kusama-runtime-constants" version = "3.0.0" authors = ["Parity Technologies "] description = "kusama-runtime-constants" license = "GPL-3.0-only" [dependencies.frame-support] version = "24.0.0" default-features = false [dependencies.primitives] version = "3.0.0" default-features = false package = "polkadot-primitives" [dependencies.runtime-common] version = "3.0.0" default-features = false package = "polkadot-runtime-common" [dependencies.smallvec] version = "1.8.0" [dependencies.sp-core] version = "24.0.0" default-features = false [dependencies.sp-runtime] version = "27.0.0" default-features = false [dependencies.sp-weights] version = "23.0.0" default-features = false [features] default = ["std"] std = [ "frame-support/std", "primitives/std", "runtime-common/std", "sp-core/std", "sp-runtime/std", "sp-weights/std", ]