# 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 = "xcm-simulator-fuzzer" version = "1.0.0" authors = ["Parity Technologies "] description = "Examples of xcm-simulator usage." readme = "README.md" license = "GPL-3.0-only" [[bin]] name = "xcm-fuzzer" path = "src/fuzz.rs" [dependencies.arbitrary] version = "1.2.0" [dependencies.codec] version = "3.6.1" package = "parity-scale-codec" [dependencies.frame-support] version = "22.0.0" [dependencies.frame-system] version = "22.0.0" [dependencies.honggfuzz] version = "0.5.55" [dependencies.pallet-balances] version = "22.0.0" [dependencies.pallet-message-queue] version = "25.0.0" [dependencies.pallet-xcm] version = "1.0.0" [dependencies.polkadot-core-primitives] version = "1.0.0" [dependencies.polkadot-parachain] version = "1.0.0" [dependencies.polkadot-runtime-parachains] version = "1.0.0" [dependencies.scale-info] version = "2.5.0" features = ["derive"] [dependencies.sp-core] version = "22.0.0" [dependencies.sp-io] version = "24.0.0" [dependencies.sp-runtime] version = "25.0.0" [dependencies.sp-std] version = "9.0.0" [dependencies.xcm] version = "1.0.0" package = "staging-xcm" [dependencies.xcm-builder] version = "1.0.0" package = "staging-xcm-builder" [dependencies.xcm-executor] version = "1.0.0" package = "staging-xcm-executor" [dependencies.xcm-simulator] version = "1.0.0" [features] runtime-benchmarks = [ "pallet-xcm/runtime-benchmarks", "pallet-message-queue/runtime-benchmarks", "xcm-builder/runtime-benchmarks", "frame-support/runtime-benchmarks", ]