1234[package]5authors = ['Unique Network <support@uniquenetwork.io>']6build = 'build.rs'7description = 'Quartz Runtime'8edition = '2021'9homepage = 'https://unique.network'10license = 'GPLv3'11name = 'quartz-runtime'12repository = 'https://github.com/UniqueNetwork/unique-chain'13version.workspace = true1415[package.metadata.docs.rs]16targets = ['x86_64-unknown-linux-gnu']1718[features]19become-sapphire = []20default = ['quartz-runtime', 'std']21limit-testing = ['pallet-unique/limit-testing', 'up-data-structs/limit-testing']22pov-estimate = []23quartz-runtime = ['app-promotion', 'collator-selection', 'foreign-assets', 'governance', 'preimage', 'refungible']24runtime-benchmarks = [25 "pallet-preimage/runtime-benchmarks",26 'cumulus-pallet-parachain-system/runtime-benchmarks',27 'parachains-common/runtime-benchmarks',28 'frame-benchmarking',29 'frame-support/runtime-benchmarks',30 'frame-system-benchmarking',31 'frame-system/runtime-benchmarks',32 'pallet-app-promotion/runtime-benchmarks',33 'pallet-balances/runtime-benchmarks',34 'pallet-collator-selection/runtime-benchmarks',35 'pallet-collective/runtime-benchmarks',36 'pallet-collective/runtime-benchmarks',37 'pallet-common/runtime-benchmarks',38 'pallet-configuration/runtime-benchmarks',39 'pallet-democracy/runtime-benchmarks',40 'pallet-democracy/runtime-benchmarks',41 'pallet-ethereum/runtime-benchmarks',42 'pallet-evm-coder-substrate/runtime-benchmarks',43 'pallet-evm-migration/runtime-benchmarks',44 'pallet-foreign-assets/runtime-benchmarks',45 'pallet-fungible/runtime-benchmarks',46 'pallet-identity/runtime-benchmarks',47 'pallet-inflation/runtime-benchmarks',48 'pallet-maintenance/runtime-benchmarks',49 'pallet-membership/runtime-benchmarks',50 'pallet-membership/runtime-benchmarks',51 'pallet-nonfungible/runtime-benchmarks',52 'pallet-ranked-collective/runtime-benchmarks',53 'pallet-referenda/runtime-benchmarks',54 'pallet-refungible/runtime-benchmarks',55 'pallet-scheduler/runtime-benchmarks',56 'pallet-scheduler/runtime-benchmarks',57 'pallet-structure/runtime-benchmarks',58 'pallet-timestamp/runtime-benchmarks',59 'pallet-unique/runtime-benchmarks',60 'pallet-utility/runtime-benchmarks',61 'pallet-xcm/runtime-benchmarks',62 'pallet-message-queue/runtime-benchmarks',63 'polkadot-runtime-common/runtime-benchmarks',64 'sp-runtime/runtime-benchmarks',65 'staging-xcm-builder/runtime-benchmarks',66]67std = [68 'cumulus-pallet-aura-ext/std',69 'cumulus-pallet-parachain-system/std',70 'cumulus-pallet-xcm/std',71 'cumulus-pallet-xcmp-queue/std',72 'cumulus-primitives-core/std',73 'cumulus-primitives-utility/std',74 'parachains-common/std',75 'frame-executive/std',76 'frame-support/std',77 'frame-system-rpc-runtime-api/std',78 'frame-system/std',79 'frame-try-runtime/std',80 'pallet-aura/std',81 'pallet-balances-adapter/std',82 'pallet-balances/std',83 'pallet-collective/std',84 'pallet-democracy/std',85 'pallet-membership/std',86 'pallet-scheduler/std',87 'parity-scale-codec/std',88 89 90 91 92 "pallet-authorship/std",93 "pallet-identity/std",94 "pallet-preimage/std",95 "pallet-session/std",96 "pallet-state-trie-migration/std",97 "sp-consensus-aura/std",98 'app-promotion-rpc/std',99 'evm-coder/std',100 'fp-rpc/std',101 'fp-self-contained/std',102 'pallet-app-promotion/std',103 'pallet-base-fee/std',104 'pallet-charge-transaction/std',105 'pallet-collator-selection/std',106 'pallet-collective/std',107 'pallet-common/std',108 'pallet-configuration/std',109 'pallet-democracy/std',110 'pallet-ethereum/std',111 'pallet-evm-coder-substrate/std',112 'pallet-evm-contract-helpers/std',113 'pallet-evm-migration/std',114 'pallet-evm-transaction-payment/std',115 'pallet-evm/std',116 'pallet-fungible/std',117 'pallet-gov-origins/std',118 'pallet-inflation/std',119 'pallet-membership/std',120 'pallet-nonfungible/std',121 'pallet-ranked-collective/std',122 'pallet-referenda/std',123 'pallet-refungible/std',124 'pallet-scheduler/std',125 'pallet-structure/std',126 'pallet-sudo/std',127 'pallet-timestamp/std',128 'pallet-transaction-payment-rpc-runtime-api/std',129 'pallet-transaction-payment/std',130 'pallet-treasury/std',131 'pallet-unique/std',132 'pallet-utility/std',133 'pallet-xcm/std',134 'pallet-message-queue/std',135 'polkadot-runtime-common/std',136 'serde',137 'sp-api/std',138 'sp-block-builder/std',139 'sp-core/std',140 'sp-inherents/std',141 'sp-io/std',142 'sp-offchain/std',143 'sp-runtime/std',144 'sp-session/std',145 'sp-std/std',146 'sp-transaction-pool/std',147 'sp-version/std',148 'staging-parachain-info/std',149 'staging-xcm-builder/std',150 'staging-xcm-executor/std',151 'staging-xcm/std',152 'up-common/std',153 'up-data-structs/std',154 'up-pov-estimate-rpc/std',155 'up-rpc/std',156 'up-sponsorship/std',157158 "orml-traits/std",159 "orml-vesting/std",160 "orml-xcm-support/std",161 "orml-xtokens/std",162 "pallet-foreign-assets/std",163 "pallet-maintenance/std",164]165try-runtime = [166 "pallet-authorship/try-runtime",167 "pallet-collator-selection/try-runtime",168 "pallet-identity/try-runtime",169 "pallet-preimage/try-runtime",170 "pallet-session/try-runtime",171 "pallet-state-trie-migration/try-runtime",172 'cumulus-pallet-aura-ext/try-runtime',173 'cumulus-pallet-dmp-queue/try-runtime',174 'cumulus-pallet-parachain-system/try-runtime',175 'cumulus-pallet-xcm/try-runtime',176 'cumulus-pallet-xcmp-queue/try-runtime',177 'fp-self-contained/try-runtime',178 'frame-executive/try-runtime',179 'frame-support/try-runtime',180 'frame-system/try-runtime',181 'frame-try-runtime',182 'orml-vesting/try-runtime',183 'orml-xtokens/try-runtime',184 'pallet-app-promotion/try-runtime',185 'pallet-aura/try-runtime',186 'pallet-balances-adapter/try-runtime',187 'pallet-balances/try-runtime',188 'pallet-charge-transaction/try-runtime',189 'pallet-collective/try-runtime',190 'pallet-common/try-runtime',191 'pallet-configuration/try-runtime',192 'pallet-democracy/try-runtime',193 'pallet-ethereum/try-runtime',194 'pallet-evm-coder-substrate/try-runtime',195 'pallet-evm-contract-helpers/try-runtime',196 'pallet-evm-migration/try-runtime',197 'pallet-evm-transaction-payment/try-runtime',198 'pallet-evm/try-runtime',199 'pallet-foreign-assets/try-runtime',200 'pallet-fungible/try-runtime',201 'pallet-gov-origins/try-runtime',202 'pallet-inflation/try-runtime',203 'pallet-maintenance/try-runtime',204 'pallet-membership/try-runtime',205 'pallet-nonfungible/try-runtime',206 'pallet-ranked-collective/try-runtime',207 'pallet-referenda/try-runtime',208 'pallet-refungible/try-runtime',209 'pallet-scheduler/try-runtime',210 'pallet-structure/try-runtime',211 'pallet-sudo/try-runtime',212 'pallet-timestamp/try-runtime',213 'pallet-transaction-payment/try-runtime',214 'pallet-treasury/try-runtime',215 'pallet-unique/try-runtime',216 'pallet-utility/try-runtime',217 'pallet-xcm/try-runtime',218 'pallet-message-queue/try-runtime',219 'polkadot-runtime-common/try-runtime',220 'staging-parachain-info/try-runtime',221]222223app-promotion = []224collator-selection = []225fast-inflation = []226foreign-assets = []227gov-test-timings = []228governance = []229preimage = []230refungible = []231session-test-timings = []232233234235236[dependencies]237cumulus-pallet-aura-ext = { workspace = true }238cumulus-pallet-dmp-queue = { workspace = true }239cumulus-pallet-parachain-system = { workspace = true }240cumulus-pallet-xcm = { workspace = true }241cumulus-pallet-xcmp-queue = { workspace = true }242cumulus-primitives-core = { workspace = true }243cumulus-primitives-timestamp = { workspace = true }244cumulus-primitives-utility = { workspace = true }245parachains-common = { workspace = true }246frame-executive = { workspace = true }247frame-support = { workspace = true }248frame-system = { workspace = true }249frame-system-rpc-runtime-api = { workspace = true }250orml-traits = { workspace = true }251orml-vesting = { workspace = true }252orml-xcm-support = { workspace = true }253orml-xtokens = { workspace = true }254pallet-aura = { workspace = true }255pallet-authorship = { workspace = true }256pallet-balances = { features = ["insecure_zero_ed"], workspace = true }257pallet-preimage = { workspace = true }258pallet-session = { workspace = true }259pallet-state-trie-migration = { workspace = true }260pallet-sudo = { workspace = true }261pallet-timestamp = { workspace = true }262pallet-transaction-payment = { workspace = true }263pallet-transaction-payment-rpc-runtime-api = { workspace = true }264pallet-treasury = { workspace = true }265pallet-utility = { workspace = true }266pallet-xcm = { workspace = true }267pallet-message-queue = { workspace = true }268parity-scale-codec = { workspace = true }269polkadot-parachain-primitives = { workspace = true }270polkadot-runtime-common = { workspace = true }271smallvec = { workspace = true }272sp-api = { workspace = true }273sp-arithmetic = { workspace = true }274sp-block-builder = { workspace = true }275sp-consensus-aura = { workspace = true }276sp-core = { workspace = true }277sp-inherents = { workspace = true }278sp-io = { workspace = true }279sp-offchain = { workspace = true }280sp-runtime = { workspace = true }281sp-session = { workspace = true }282sp-std = { workspace = true }283sp-storage = { workspace = true }284sp-transaction-pool = { workspace = true }285sp-version = { workspace = true }286staging-parachain-info = { workspace = true }287staging-xcm = { workspace = true }288staging-xcm-builder = { workspace = true }289staging-xcm-executor = { workspace = true }290291app-promotion-rpc = { workspace = true }292derivative = { workspace = true }293fp-evm = { workspace = true }294log = { workspace = true }295pallet-app-promotion = { workspace = true }296pallet-balances-adapter = { workspace = true }297pallet-collator-selection = { workspace = true }298pallet-collective = { workspace = true }299pallet-common = { workspace = true }300pallet-configuration = { workspace = true }301pallet-democracy = { workspace = true }302pallet-fungible = { workspace = true }303pallet-gov-origins = { workspace = true }304pallet-identity = { workspace = true }305pallet-inflation = { workspace = true }306pallet-membership = { workspace = true }307pallet-nonfungible = { workspace = true }308pallet-ranked-collective = { workspace = true }309pallet-referenda = { workspace = true }310pallet-refungible = { workspace = true }311pallet-scheduler = { workspace = true }312pallet-structure = { workspace = true }313pallet-unique = { workspace = true }314scale-info = { workspace = true }315up-common = { workspace = true }316up-data-structs = { workspace = true }317up-pov-estimate-rpc = { workspace = true }318up-rpc = { workspace = true }319320evm-coder = { workspace = true }321fp-rpc = { workspace = true }322fp-self-contained = { workspace = true }323num_enum = { version = "0.7.0", default-features = false }324pallet-base-fee = { workspace = true }325pallet-charge-transaction = { workspace = true }326pallet-ethereum = { workspace = true }327pallet-evm = { workspace = true }328pallet-evm-coder-substrate = { workspace = true }329pallet-evm-contract-helpers = { workspace = true }330pallet-evm-migration = { workspace = true }331pallet-evm-precompile-simple = { workspace = true }332pallet-evm-transaction-payment = { workspace = true }333pallet-foreign-assets = { workspace = true }334pallet-maintenance = { workspace = true }335precompile-utils-macro = { workspace = true }336up-sponsorship = { workspace = true }337338339340341frame-benchmarking = { workspace = true, optional = true }342frame-system-benchmarking = { workspace = true, optional = true }343frame-try-runtime = { workspace = true, optional = true }344serde = { workspace = true, optional = true }345346347348349350pallet-test-utils = { workspace = true }351352353354355hex-literal = { workspace = true }356impl-trait-for-tuples = { workspace = true }357358[build-dependencies]359substrate-wasm-builder = { workspace = true }