# 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-bridge-hub-wococo" version = "0.4.0" authors = ["Parity Technologies "] description = "Primitives of BridgeHubWococo parachain runtime." license = "GPL-3.0-or-later WITH Classpath-exception-2.0" [dependencies.bp-bridge-hub-cumulus] version = "0.4.0" default-features = false [dependencies.bp-messages] version = "0.4.0" default-features = false [dependencies.bp-runtime] version = "0.4.0" default-features = false [dependencies.frame-support] version = "25.0.0" default-features = false [dependencies.sp-api] version = "23.0.0" default-features = false [dependencies.sp-runtime] version = "28.0.0" default-features = false [dependencies.sp-std] version = "12.0.0" default-features = false [features] default = ["std"] std = [ "bp-bridge-hub-cumulus/std", "bp-messages/std", "bp-runtime/std", "frame-support/std", "sp-api/std", "sp-runtime/std", "sp-std/std", ]