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-data-management/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-identity/try-runtime",75 'pallet-inflation/try-runtime',76 'pallet-unique/try-runtime',77 'pallet-configuration/try-runtime',78 'pallet-charge-transaction/try-runtime',79 'pallet-common/try-runtime',80 'pallet-fungible/try-runtime',81 'pallet-refungible/try-runtime',82 'pallet-nonfungible/try-runtime',83 'pallet-structure/try-runtime',84 'pallet-proxy-rmrk-core/try-runtime',85 'pallet-proxy-rmrk-equip/try-runtime',86 'pallet-app-promotion/try-runtime',87 'pallet-foreign-assets/try-runtime',88 'pallet-ethereum/try-runtime',89 'pallet-evm/try-runtime',90 'pallet-evm-coder-substrate/try-runtime',91 'pallet-evm-contract-helpers/try-runtime',92 'pallet-evm-transaction-payment/try-runtime',93 'pallet-data-management/try-runtime',94 'pallet-maintenance/try-runtime',95]96std = [97 'codec/std',98 'cumulus-pallet-aura-ext/std',99 'cumulus-pallet-parachain-system/std',100 'cumulus-pallet-xcm/std',101 'cumulus-pallet-xcmp-queue/std',102 'cumulus-primitives-core/std',103 'cumulus-primitives-utility/std',104 'frame-try-runtime/std',105 'frame-executive/std',106 'frame-support/std',107 'frame-system/std',108 'frame-system-rpc-runtime-api/std',109 'pallet-aura/std',110 'pallet-balances/std',111 112 113 114 115 "pallet-authorship/std",116 'pallet-collator-selection/std',117 "pallet-session/std",118 "pallet-identity/std",119 'pallet-randomness-collective-flip/std',120 'pallet-sudo/std',121 'pallet-timestamp/std',122 'pallet-transaction-payment/std',123 'pallet-transaction-payment-rpc-runtime-api/std',124 'pallet-treasury/std',125 'pallet-evm/std',126 'pallet-data-management/std',127 'pallet-evm-contract-helpers/std',128 'pallet-evm-transaction-payment/std',129 'pallet-evm-coder-substrate/std',130 'pallet-ethereum/std',131 'pallet-base-fee/std',132 'fp-rpc/std',133 'up-rpc/std',134 'app-promotion-rpc/std',135 'fp-evm-mapping/std',136 'fp-self-contained/std',137 'parachain-info/std',138 'serde',139 'pallet-inflation/std',140 'pallet-configuration/std',141 'pallet-app-promotion/std',142 'pallet-common/std',143 'pallet-structure/std',144 'pallet-fungible/std',145 'pallet-refungible/std',146 'pallet-nonfungible/std',147 'pallet-proxy-rmrk-core/std',148 'pallet-proxy-rmrk-equip/std',149 'pallet-unique/std',150 'pallet-charge-transaction/std',151 'up-data-structs/std',152 'sp-api/std',153 'sp-block-builder/std',154 "sp-consensus-aura/std",155 'sp-core/std',156 'sp-inherents/std',157 'sp-io/std',158 'sp-offchain/std',159 'sp-runtime/std',160 'sp-session/std',161 'sp-std/std',162 'sp-transaction-pool/std',163 'sp-version/std',164 'xcm/std',165 'xcm-builder/std',166 'xcm-executor/std',167 'up-common/std',168 'rmrk-rpc/std',169 'evm-coder/std',170 'up-sponsorship/std',171172 "orml-vesting/std",173 "orml-tokens/std",174 "orml-xtokens/std",175 "orml-traits/std",176 "pallet-foreign-assets/std",177 "pallet-maintenance/std",178]179limit-testing = ['pallet-unique/limit-testing', 'up-data-structs/limit-testing']180quartz-runtime = ['refungible', 'app-promotion', 'foreign-assets']181182refungible = []183scheduler = []184rmrk = []185foreign-assets = []186collator-selection = []187app-promotion = []188189190191192[dependencies.codec]193default-features = false194features = ['derive']195package = 'parity-scale-codec'196version = '3.1.2'197198[dependencies.frame-benchmarking]199default-features = false200git = "https://github.com/paritytech/substrate"201optional = true202branch = "polkadot-v0.9.33"203204[dependencies.frame-try-runtime]205default-features = false206git = "https://github.com/paritytech/substrate"207optional = true208branch = "polkadot-v0.9.33"209210[dependencies.frame-executive]211default-features = false212git = "https://github.com/paritytech/substrate"213branch = "polkadot-v0.9.33"214215[dependencies.frame-support]216default-features = false217git = "https://github.com/paritytech/substrate"218branch = "polkadot-v0.9.33"219220[dependencies.frame-system]221default-features = false222git = "https://github.com/paritytech/substrate"223branch = "polkadot-v0.9.33"224225[dependencies.frame-system-benchmarking]226default-features = false227git = "https://github.com/paritytech/substrate"228optional = true229branch = "polkadot-v0.9.33"230231[dependencies.frame-system-rpc-runtime-api]232default-features = false233git = "https://github.com/paritytech/substrate"234branch = "polkadot-v0.9.33"235236[dependencies.hex-literal]237optional = true238version = '0.3.3'239240[dependencies.serde]241default-features = false242features = ['derive']243optional = true244version = '1.0.130'245246[dependencies.pallet-aura]247default-features = false248git = "https://github.com/paritytech/substrate"249branch = "polkadot-v0.9.33"250251[dependencies.pallet-authorship]252default-features = false253git = 'https://github.com/paritytech/substrate'254branch = 'polkadot-v0.9.33'255256[dependencies.pallet-session]257default-features = false258git = 'https://github.com/paritytech/substrate'259branch = 'polkadot-v0.9.33'260261[dependencies.pallet-identity]262default-features = false263git = 'https://github.com/paritytech/substrate'264branch = 'polkadot-v0.9.33'265266[dependencies.pallet-balances]267default-features = false268git = "https://github.com/paritytech/substrate"269branch = "polkadot-v0.9.33"270271272273274275276277278279280281282283284285286287288289290[dependencies.pallet-randomness-collective-flip]291default-features = false292git = "https://github.com/paritytech/substrate"293branch = "polkadot-v0.9.33"294295[dependencies.pallet-sudo]296default-features = false297git = "https://github.com/paritytech/substrate"298branch = "polkadot-v0.9.33"299300[dependencies.pallet-timestamp]301default-features = false302git = "https://github.com/paritytech/substrate"303branch = "polkadot-v0.9.33"304305[dependencies.pallet-transaction-payment]306default-features = false307git = "https://github.com/paritytech/substrate"308branch = "polkadot-v0.9.33"309310[dependencies.pallet-transaction-payment-rpc-runtime-api]311default-features = false312git = "https://github.com/paritytech/substrate"313branch = "polkadot-v0.9.33"314315[dependencies.pallet-treasury]316default-features = false317git = "https://github.com/paritytech/substrate"318branch = "polkadot-v0.9.33"319320[dependencies.sp-arithmetic]321default-features = false322git = "https://github.com/paritytech/substrate"323branch = "polkadot-v0.9.33"324325[dependencies.sp-api]326default-features = false327git = "https://github.com/paritytech/substrate"328branch = "polkadot-v0.9.33"329330[dependencies.sp-block-builder]331default-features = false332git = "https://github.com/paritytech/substrate"333branch = "polkadot-v0.9.33"334335[dependencies.sp-core]336default-features = false337git = "https://github.com/paritytech/substrate"338branch = "polkadot-v0.9.33"339340[dependencies.sp-consensus-aura]341default-features = false342git = "https://github.com/paritytech/substrate"343branch = "polkadot-v0.9.33"344345[dependencies.sp-inherents]346default-features = false347git = "https://github.com/paritytech/substrate"348branch = "polkadot-v0.9.33"349350[dependencies.sp-io]351default-features = false352git = "https://github.com/paritytech/substrate"353branch = "polkadot-v0.9.33"354355[dependencies.sp-offchain]356default-features = false357git = "https://github.com/paritytech/substrate"358branch = "polkadot-v0.9.33"359360[dependencies.sp-runtime]361default-features = false362git = "https://github.com/paritytech/substrate"363branch = "polkadot-v0.9.33"364365[dependencies.sp-session]366default-features = false367git = "https://github.com/paritytech/substrate"368branch = "polkadot-v0.9.33"369370[dependencies.sp-std]371default-features = false372git = "https://github.com/paritytech/substrate"373branch = "polkadot-v0.9.33"374375[dependencies.sp-transaction-pool]376default-features = false377git = "https://github.com/paritytech/substrate"378branch = "polkadot-v0.9.33"379380[dependencies.sp-version]381default-features = false382git = "https://github.com/paritytech/substrate"383branch = "polkadot-v0.9.33"384385[dependencies.smallvec]386version = '1.6.1'387388389390391[dependencies.parachain-info]392default-features = false393git = "https://github.com/paritytech/cumulus"394branch = "polkadot-v0.9.33"395396[dependencies.cumulus-pallet-aura-ext]397git = "https://github.com/paritytech/cumulus"398branch = "polkadot-v0.9.33"399default-features = false400401[dependencies.cumulus-pallet-parachain-system]402git = "https://github.com/paritytech/cumulus"403branch = "polkadot-v0.9.33"404default-features = false405406[dependencies.cumulus-primitives-core]407git = "https://github.com/paritytech/cumulus"408branch = "polkadot-v0.9.33"409default-features = false410411[dependencies.cumulus-pallet-xcm]412git = "https://github.com/paritytech/cumulus"413branch = "polkadot-v0.9.33"414default-features = false415416[dependencies.cumulus-pallet-dmp-queue]417git = "https://github.com/paritytech/cumulus"418branch = "polkadot-v0.9.33"419default-features = false420421[dependencies.cumulus-pallet-xcmp-queue]422git = "https://github.com/paritytech/cumulus"423branch = "polkadot-v0.9.33"424default-features = false425426[dependencies.cumulus-primitives-utility]427git = "https://github.com/paritytech/cumulus"428branch = "polkadot-v0.9.33"429default-features = false430431[dependencies.cumulus-primitives-timestamp]432git = "https://github.com/paritytech/cumulus"433branch = "polkadot-v0.9.33"434default-features = false435436437438439[dependencies.polkadot-parachain]440git = "https://github.com/paritytech/polkadot"441branch = "release-v0.9.33"442default-features = false443444[dependencies.xcm]445git = "https://github.com/paritytech/polkadot"446branch = "release-v0.9.33"447default-features = false448449[dependencies.xcm-builder]450git = "https://github.com/paritytech/polkadot"451branch = "release-v0.9.33"452default-features = false453454[dependencies.xcm-executor]455git = "https://github.com/paritytech/polkadot"456branch = "release-v0.9.33"457default-features = false458459[dependencies.pallet-xcm]460git = "https://github.com/paritytech/polkadot"461branch = "release-v0.9.33"462default-features = false463464465466467468[dependencies.rmrk-rpc]469default-features = false470path = "../../primitives/rmrk-rpc"471472473474475[dependencies]476orml-vesting.workspace = true477orml-xtokens.workspace = true478orml-tokens.workspace = true479orml-traits.workspace = true480481log = { version = "0.4.16", default-features = false }482up-common = { path = "../../primitives/common", default-features = false }483scale-info = { version = "2.0.1", default-features = false, features = [484 "derive",485] }486derivative = "2.2.0"487pallet-unique = { path = '../../pallets/unique', default-features = false }488up-rpc = { path = "../../primitives/rpc", default-features = false }489app-promotion-rpc = { path = "../../primitives/app_promotion_rpc", default-features = false }490fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }491fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }492pallet-inflation = { path = '../../pallets/inflation', default-features = false }493pallet-app-promotion = { path = '../../pallets/app-promotion', default-features = false }494up-data-structs = { path = '../../primitives/data-structs', default-features = false }495pallet-collator-selection = { default-features = false, path = "../../pallets/collator-selection" }496pallet-configuration = { default-features = false, path = "../../pallets/configuration" }497pallet-common = { default-features = false, path = "../../pallets/common" }498pallet-structure = { default-features = false, path = "../../pallets/structure" }499pallet-fungible = { default-features = false, path = "../../pallets/fungible" }500pallet-refungible = { default-features = false, path = "../../pallets/refungible" }501pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }502pallet-proxy-rmrk-core = { default-features = false, path = "../../pallets/proxy-rmrk-core", package = "pallet-rmrk-core" }503pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }504505pallet-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" }506pallet-data-management = { path = '../../pallets/data-management', default-features = false }507pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }508pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }509pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }510pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }511pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }512pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }513fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }514fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }515pallet-evm-precompile-simple = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }516evm-coder = { default-features = false, path = '../../crates/evm-coder' }517up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.33' }518pallet-foreign-assets = { default-features = false, path = "../../pallets/foreign-assets" }519pallet-maintenance = { default-features = false, path = "../../pallets/maintenance" }520precompile-utils-macro = { path = "../common/ethereum/precompiles/utils/macro" }521num_enum = { version = "0.5.3", default-features = false }522523524525526impl-trait-for-tuples = "0.2.2"527528529530531[dev-dependencies.logtest]532version = "2.0.0"533534535536537[build-dependencies.substrate-wasm-builder]538git = "https://github.com/paritytech/substrate"539branch = "polkadot-v0.9.33"