datahaven/operator/primitives/bridge/Cargo.toml

34 lines
955 B
TOML

[package]
authors = { workspace = true }
edition = { workspace = true }
homepage = { workspace = true }
license = { workspace = true }
name = "dhp-bridge"
repository = { workspace = true }
version = { workspace = true }
[dependencies]
frame-support = { workspace = true }
frame-system = { workspace = true }
pallet-external-validators = { workspace = true }
pallet-datahaven-native-transfer = { workspace = true }
parity-scale-codec = { workspace = true }
snowbridge-core = { workspace = true }
snowbridge-inbound-queue-primitives = { workspace = true }
sp-core = { workspace = true }
sp-std = { workspace = true }
hex = { workspace = true }
[features]
default = ["std"]
std = [
"frame-support/std",
"frame-system/std",
"snowbridge-core/std",
"parity-scale-codec/std",
"pallet-external-validators/std",
"pallet-datahaven-native-transfer/std",
"sp-core/std",
"sp-std/std",
"snowbridge-inbound-queue-primitives/std",
]