# 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 = "bp-asset-hub-polkadot" version = "0.2.0" authors = ["Parity Technologies "] description = "Primitives of AssetHubPolkadot parachain runtime." license = "GPL-3.0-or-later WITH Classpath-exception-2.0" [dependencies.bp-xcm-bridge-hub-router] version = "0.3.0" default-features = false [dependencies.codec] version = "3.1.5" default-features = false package = "parity-scale-codec" [dependencies.frame-support] version = "25.0.0" default-features = false [dependencies.scale-info] version = "2.10.0" features = ["derive"] default-features = false [dependencies.sp-runtime] version = "28.0.0" default-features = false [features] default = ["std"] std = [ "bp-xcm-bridge-hub-router/std", "codec/std", "frame-support/std", "scale-info/std", "sp-runtime/std", ]