1234cargo-features = ["workspace-inheritance"]56[package]7authors = ['Unique Network <support@uniquenetwork.io>']8build = 'build.rs'9description = 'Quartz Runtime'10edition = '2021'11homepage = 'https://unique.network'12license = 'GPLv3'13name = 'quartz-runtime'14repository = 'https://github.com/UniqueNetwork/unique-chain'15version = '0.9.33'1617[package.metadata.docs.rs]18targets = ['x86_64-unknown-linux-gnu']1920[features]21default = ['std', 'quartz-runtime']22runtime-benchmarks = [23 'hex-literal',24 'frame-benchmarking',25 'frame-support/runtime-benchmarks',26 'frame-system-benchmarking',27 'frame-system/runtime-benchmarks',28 'pallet-ethereum/runtime-benchmarks',29 'pallet-evm-migration/runtime-benchmarks',30 'pallet-evm-coder-substrate/runtime-benchmarks',31 'pallet-balances/runtime-benchmarks',32 'pallet-timestamp/runtime-benchmarks',33 'pallet-common/runtime-benchmarks',34 'pallet-structure/runtime-benchmarks',35 'pallet-fungible/runtime-benchmarks',36 'pallet-refungible/runtime-benchmarks',37 'pallet-nonfungible/runtime-benchmarks',38 'pallet-proxy-rmrk-core/runtime-benchmarks',39 'pallet-proxy-rmrk-equip/runtime-benchmarks',40 'pallet-unique/runtime-benchmarks',41 'pallet-foreign-assets/runtime-benchmarks',42 'pallet-inflation/runtime-benchmarks',43 'pallet-app-promotion/runtime-benchmarks',44 'pallet-xcm/runtime-benchmarks',45 'sp-runtime/runtime-benchmarks',46 'xcm-builder/runtime-benchmarks',47 'pallet-maintenance/runtime-benchmarks',48]49try-runtime = [50 'frame-try-runtime',51 'frame-executive/try-runtime',52 'frame-support/try-runtime',53 'frame-system/try-runtime',54 'cumulus-pallet-parachain-system/try-runtime',55 'parachain-info/try-runtime',56 'pallet-aura/try-runtime',57 'cumulus-pallet-aura-ext/try-runtime',58 'pallet-balances/try-runtime',59 'pallet-randomness-collective-flip/try-runtime',60 'pallet-timestamp/try-runtime',61 'pallet-transaction-payment/try-runtime',62 'pallet-treasury/try-runtime',63 'pallet-sudo/try-runtime',64 'orml-vesting/try-runtime',65 'orml-xtokens/try-runtime',66 'orml-tokens/try-runtime',67 'cumulus-pallet-xcmp-queue/try-runtime',68 'pallet-xcm/try-runtime',69 'cumulus-pallet-xcm/try-runtime',70 'cumulus-pallet-dmp-queue/try-runtime',71 "pallet-authorship/try-runtime",72 "pallet-collator-selection/try-runtime",73 "pallet-session/try-runtime",74 'pallet-inflation/try-runtime',75 'pallet-unique/try-runtime',76 'pallet-configuration/try-runtime',77 'pallet-charge-transaction/try-runtime',78 'pallet-common/try-runtime',79 'pallet-fungible/try-runtime',80 'pallet-refungible/try-runtime',81 'pallet-nonfungible/try-runtime',82 'pallet-structure/try-runtime',83 'pallet-proxy-rmrk-core/try-runtime',84 'pallet-proxy-rmrk-equip/try-runtime',85 'pallet-app-promotion/try-runtime',86 'pallet-foreign-assets/try-runtime',87 'pallet-ethereum/try-runtime',88 'pallet-evm/try-runtime',89 'pallet-evm-coder-substrate/try-runtime',90 'pallet-evm-contract-helpers/try-runtime',91 'pallet-evm-transaction-payment/try-runtime',92 'pallet-evm-migration/try-runtime',93 'pallet-maintenance/try-runtime',94]95std = [96 'codec/std',97 'cumulus-pallet-aura-ext/std',98 'cumulus-pallet-parachain-system/std',99 'cumulus-pallet-xcm/std',100 'cumulus-pallet-xcmp-queue/std',101 'cumulus-primitives-core/std',102 'cumulus-primitives-utility/std',103 'frame-try-runtime/std',104 'frame-executive/std',105 'frame-support/std',106 'frame-system/std',107 'frame-system-rpc-runtime-api/std',108 'pallet-aura/std',109 'pallet-balances/std',110 111 112 113 114 "pallet-authorship/std",115 'pallet-collator-selection/std',116 "pallet-session/std",117 'pallet-randomness-collective-flip/std',118 'pallet-sudo/std',119 'pallet-timestamp/std',120 'pallet-transaction-payment/std',121 'pallet-transaction-payment-rpc-runtime-api/std',122 'pallet-treasury/std',123 'pallet-evm/std',124 'pallet-evm-migration/std',125 'pallet-evm-contract-helpers/std',126 'pallet-evm-transaction-payment/std',127 'pallet-evm-coder-substrate/std',128 'pallet-ethereum/std',129 'pallet-base-fee/std',130 'fp-rpc/std',131 'up-rpc/std',132 'app-promotion-rpc/std',133 'fp-evm-mapping/std',134 'fp-self-contained/std',135 'parachain-info/std',136 'serde',137 'pallet-inflation/std',138 'pallet-configuration/std',139 'pallet-app-promotion/std',140 'pallet-common/std',141 'pallet-structure/std',142 'pallet-fungible/std',143 'pallet-refungible/std',144 'pallet-nonfungible/std',145 'pallet-proxy-rmrk-core/std',146 'pallet-proxy-rmrk-equip/std',147 'pallet-unique/std',148 'pallet-charge-transaction/std',149 'up-data-structs/std',150 'sp-api/std',151 'sp-block-builder/std',152 "sp-consensus-aura/std",153 'sp-core/std',154 'sp-inherents/std',155 'sp-io/std',156 'sp-offchain/std',157 'sp-runtime/std',158 'sp-session/std',159 'sp-std/std',160 'sp-transaction-pool/std',161 'sp-version/std',162 'xcm/std',163 'xcm-builder/std',164 'xcm-executor/std',165 'up-common/std',166 'rmrk-rpc/std',167 'evm-coder/std',168 'up-sponsorship/std',169170 "orml-vesting/std",171 "orml-tokens/std",172 "orml-xtokens/std",173 "orml-traits/std",174 "pallet-foreign-assets/std",175 "pallet-maintenance/std",176]177limit-testing = ['pallet-unique/limit-testing', 'up-data-structs/limit-testing']178quartz-runtime = ['refungible', 'app-promotion', 'foreign-assets']179180refungible = []181scheduler = []182rmrk = []183foreign-assets = []184collator-selection = []185app-promotion = []186187188189190[dependencies.codec]191default-features = false192features = ['derive']193package = 'parity-scale-codec'194version = '3.1.2'195196[dependencies.frame-benchmarking]197default-features = false198git = "https://github.com/paritytech/substrate"199optional = true200branch = "polkadot-v0.9.33"201202[dependencies.frame-try-runtime]203default-features = false204git = "https://github.com/paritytech/substrate"205optional = true206branch = "polkadot-v0.9.33"207208[dependencies.frame-executive]209default-features = false210git = "https://github.com/paritytech/substrate"211branch = "polkadot-v0.9.33"212213[dependencies.frame-support]214default-features = false215git = "https://github.com/paritytech/substrate"216branch = "polkadot-v0.9.33"217218[dependencies.frame-system]219default-features = false220git = "https://github.com/paritytech/substrate"221branch = "polkadot-v0.9.33"222223[dependencies.frame-system-benchmarking]224default-features = false225git = "https://github.com/paritytech/substrate"226optional = true227branch = "polkadot-v0.9.33"228229[dependencies.frame-system-rpc-runtime-api]230default-features = false231git = "https://github.com/paritytech/substrate"232branch = "polkadot-v0.9.33"233234[dependencies.hex-literal]235optional = true236version = '0.3.3'237238[dependencies.serde]239default-features = false240features = ['derive']241optional = true242version = '1.0.130'243244[dependencies.pallet-aura]245default-features = false246git = "https://github.com/paritytech/substrate"247branch = "polkadot-v0.9.33"248249[dependencies.pallet-authorship]250default-features = false251git = 'https://github.com/paritytech/substrate'252branch = 'polkadot-v0.9.33'253254[dependencies.pallet-session]255default-features = false256git = 'https://github.com/paritytech/substrate'257branch = 'polkadot-v0.9.33'258259[dependencies.pallet-balances]260default-features = false261git = "https://github.com/paritytech/substrate"262branch = "polkadot-v0.9.33"263264265266267268269270271272273274275276277278279280281282283[dependencies.pallet-randomness-collective-flip]284default-features = false285git = "https://github.com/paritytech/substrate"286branch = "polkadot-v0.9.33"287288[dependencies.pallet-sudo]289default-features = false290git = "https://github.com/paritytech/substrate"291branch = "polkadot-v0.9.33"292293[dependencies.pallet-timestamp]294default-features = false295git = "https://github.com/paritytech/substrate"296branch = "polkadot-v0.9.33"297298[dependencies.pallet-transaction-payment]299default-features = false300git = "https://github.com/paritytech/substrate"301branch = "polkadot-v0.9.33"302303[dependencies.pallet-transaction-payment-rpc-runtime-api]304default-features = false305git = "https://github.com/paritytech/substrate"306branch = "polkadot-v0.9.33"307308[dependencies.pallet-treasury]309default-features = false310git = "https://github.com/paritytech/substrate"311branch = "polkadot-v0.9.33"312313[dependencies.sp-arithmetic]314default-features = false315git = "https://github.com/paritytech/substrate"316branch = "polkadot-v0.9.33"317318[dependencies.sp-api]319default-features = false320git = "https://github.com/paritytech/substrate"321branch = "polkadot-v0.9.33"322323[dependencies.sp-block-builder]324default-features = false325git = "https://github.com/paritytech/substrate"326branch = "polkadot-v0.9.33"327328[dependencies.sp-core]329default-features = false330git = "https://github.com/paritytech/substrate"331branch = "polkadot-v0.9.33"332333[dependencies.sp-consensus-aura]334default-features = false335git = "https://github.com/paritytech/substrate"336branch = "polkadot-v0.9.33"337338[dependencies.sp-inherents]339default-features = false340git = "https://github.com/paritytech/substrate"341branch = "polkadot-v0.9.33"342343[dependencies.sp-io]344default-features = false345git = "https://github.com/paritytech/substrate"346branch = "polkadot-v0.9.33"347348[dependencies.sp-offchain]349default-features = false350git = "https://github.com/paritytech/substrate"351branch = "polkadot-v0.9.33"352353[dependencies.sp-runtime]354default-features = false355git = "https://github.com/paritytech/substrate"356branch = "polkadot-v0.9.33"357358[dependencies.sp-session]359default-features = false360git = "https://github.com/paritytech/substrate"361branch = "polkadot-v0.9.33"362363[dependencies.sp-std]364default-features = false365git = "https://github.com/paritytech/substrate"366branch = "polkadot-v0.9.33"367368[dependencies.sp-transaction-pool]369default-features = false370git = "https://github.com/paritytech/substrate"371branch = "polkadot-v0.9.33"372373[dependencies.sp-version]374default-features = false375git = "https://github.com/paritytech/substrate"376branch = "polkadot-v0.9.33"377378[dependencies.smallvec]379version = '1.6.1'380381382383384[dependencies.parachain-info]385default-features = false386git = "https://github.com/paritytech/cumulus"387branch = "polkadot-v0.9.33"388389[dependencies.cumulus-pallet-aura-ext]390git = "https://github.com/paritytech/cumulus"391branch = "polkadot-v0.9.33"392default-features = false393394[dependencies.cumulus-pallet-parachain-system]395git = "https://github.com/paritytech/cumulus"396branch = "polkadot-v0.9.33"397default-features = false398399[dependencies.cumulus-primitives-core]400git = "https://github.com/paritytech/cumulus"401branch = "polkadot-v0.9.33"402default-features = false403404[dependencies.cumulus-pallet-xcm]405git = "https://github.com/paritytech/cumulus"406branch = "polkadot-v0.9.33"407default-features = false408409[dependencies.cumulus-pallet-dmp-queue]410git = "https://github.com/paritytech/cumulus"411branch = "polkadot-v0.9.33"412default-features = false413414[dependencies.cumulus-pallet-xcmp-queue]415git = "https://github.com/paritytech/cumulus"416branch = "polkadot-v0.9.33"417default-features = false418419[dependencies.cumulus-primitives-utility]420git = "https://github.com/paritytech/cumulus"421branch = "polkadot-v0.9.33"422default-features = false423424[dependencies.cumulus-primitives-timestamp]425git = "https://github.com/paritytech/cumulus"426branch = "polkadot-v0.9.33"427default-features = false428429430431432[dependencies.polkadot-parachain]433git = "https://github.com/paritytech/polkadot"434branch = "release-v0.9.33"435default-features = false436437[dependencies.xcm]438git = "https://github.com/paritytech/polkadot"439branch = "release-v0.9.33"440default-features = false441442[dependencies.xcm-builder]443git = "https://github.com/paritytech/polkadot"444branch = "release-v0.9.33"445default-features = false446447[dependencies.xcm-executor]448git = "https://github.com/paritytech/polkadot"449branch = "release-v0.9.33"450default-features = false451452[dependencies.pallet-xcm]453git = "https://github.com/paritytech/polkadot"454branch = "release-v0.9.33"455default-features = false456457458459460461[dependencies.rmrk-rpc]462default-features = false463path = "../../primitives/rmrk-rpc"464465466467468[dependencies]469orml-vesting.workspace = true470orml-xtokens.workspace = true471orml-tokens.workspace = true472orml-traits.workspace = true473474log = { version = "0.4.16", default-features = false }475up-common = { path = "../../primitives/common", default-features = false }476scale-info = { version = "2.0.1", default-features = false, features = [477 "derive",478] }479derivative = "2.2.0"480pallet-unique = { path = '../../pallets/unique', default-features = false }481up-rpc = { path = "../../primitives/rpc", default-features = false }482app-promotion-rpc = { path = "../../primitives/app_promotion_rpc", default-features = false }483fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }484fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }485pallet-inflation = { path = '../../pallets/inflation', default-features = false }486pallet-app-promotion = { path = '../../pallets/app-promotion', default-features = false }487up-data-structs = { path = '../../primitives/data-structs', default-features = false }488pallet-collator-selection = { default-features = false, path = "../../pallets/collator-selection" }489pallet-configuration = { default-features = false, path = "../../pallets/configuration" }490pallet-common = { default-features = false, path = "../../pallets/common" }491pallet-structure = { default-features = false, path = "../../pallets/structure" }492pallet-fungible = { default-features = false, path = "../../pallets/fungible" }493pallet-refungible = { default-features = false, path = "../../pallets/refungible" }494pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }495pallet-proxy-rmrk-core = { default-features = false, path = "../../pallets/proxy-rmrk-core", package = "pallet-rmrk-core" }496pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }497498pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.33", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }499pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }500pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }501pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }502pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }503pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }504pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }505pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }506fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }507fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }508pallet-evm-precompile-simple = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }509evm-coder = { default-features = false, path = '../../crates/evm-coder' }510up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.33' }511pallet-foreign-assets = { default-features = false, path = "../../pallets/foreign-assets" }512pallet-maintenance = { default-features = false, path = "../../pallets/maintenance" }513precompile-utils-macro = { path = "../common/ethereum/precompiles/utils/macro" }514num_enum = { version = "0.5.3", default-features = false }515516517518519impl-trait-for-tuples = "0.2.2"520521522523524[dev-dependencies.logtest]525version = "2.0.0"526527528529530[build-dependencies.substrate-wasm-builder]531git = "https://github.com/paritytech/substrate"532branch = "polkadot-v0.9.33"