bp-bridge-hub-rococo 0.13.0

Primitives of BridgeHubRococo parachain runtime. (polkadot v1.12.0)
Documentation
[package]
name = "bp-bridge-hub-rococo"
description = "Primitives of BridgeHubRococo parachain runtime. (polkadot v1.12.0)"
version = "0.13.0"
authors.workspace = true
edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
repository.workspace = true

[lints]
workspace = true

[dependencies]
# Bridge Dependencies

bp-bridge-hub-cumulus = { path = "../chain-bridge-hub-cumulus", default-features = false, version = "0.13.0" }
bp-runtime = { path = "../../primitives/runtime", default-features = false, version = "0.13.0" }
bp-messages = { path = "../../primitives/messages", default-features = false, version = "0.13.0" }

# Substrate Based Dependencies

frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "34.0.0" }
sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "32.0.0" }
sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "37.0.0" }
sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" }

[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",
]