[package] name = "collectives-zagros-integration-tests" version = "1.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" description = "Collectives Zagros runtime integration tests with xcm-pez-emulator" publish = false documentation.workspace = true repository = { workspace = true } homepage = { workspace = true } [lints] workspace = true [dependencies] codec = { workspace = true } # Bizinikiwi pezframe-support = { workspace = true } pezpallet-assets = { workspace = true } pezpallet-balances = { workspace = true } pezpallet-message-queue = { workspace = true } pezpallet-treasury = { workspace = true } pezpallet-utility = { workspace = true } pezpallet-whitelist = { workspace = true } pezsp-runtime = { workspace = true } # Pezkuwi collectives-zagros-runtime = { workspace = true } pezkuwi-runtime-common = { workspace = true, default-features = true } pezpallet-xcm = { workspace = true } xcm = { workspace = true } xcm-executor = { workspace = true } zagros-runtime-constants = { workspace = true, default-features = true } # Pezcumulus emulated-integration-tests-common = { workspace = true } pezcumulus-pezpallet-teyrchain-system = { workspace = true } pezcumulus-pezpallet-xcmp-queue = { workspace = true } zagros-system-emulated-network = { workspace = true } [features] runtime-benchmarks = [ "collectives-zagros-runtime/runtime-benchmarks", "emulated-integration-tests-common/runtime-benchmarks", "pezcumulus-pezpallet-teyrchain-system/runtime-benchmarks", "pezcumulus-pezpallet-xcmp-queue/runtime-benchmarks", "pezframe-support/runtime-benchmarks", "pezkuwi-runtime-common/runtime-benchmarks", "pezpallet-assets/runtime-benchmarks", "pezpallet-balances/runtime-benchmarks", "pezpallet-message-queue/runtime-benchmarks", "pezpallet-treasury/runtime-benchmarks", "pezpallet-utility/runtime-benchmarks", "pezpallet-whitelist/runtime-benchmarks", "pezpallet-xcm/runtime-benchmarks", "pezsp-runtime/runtime-benchmarks", "xcm-executor/runtime-benchmarks", "xcm/runtime-benchmarks", "zagros-runtime-constants/runtime-benchmarks", "zagros-system-emulated-network/runtime-benchmarks", ]