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]19default = ['std', 'quartz-runtime']20runtime-benchmarks = [21 'hex-literal',22 'frame-benchmarking',23 'frame-support/runtime-benchmarks',24 'frame-system-benchmarking',25 'frame-system/runtime-benchmarks',26 'pallet-ethereum/runtime-benchmarks',27 'pallet-data-management/runtime-benchmarks',28 'pallet-evm-coder-substrate/runtime-benchmarks',29 'pallet-balances/runtime-benchmarks',30 'pallet-timestamp/runtime-benchmarks',31 'pallet-common/runtime-benchmarks',32 'pallet-structure/runtime-benchmarks',33 'pallet-fungible/runtime-benchmarks',34 'pallet-refungible/runtime-benchmarks',35 'pallet-nonfungible/runtime-benchmarks',36 'pallet-proxy-rmrk-core/runtime-benchmarks',37 'pallet-proxy-rmrk-equip/runtime-benchmarks',38 'pallet-unique/runtime-benchmarks',39 'pallet-foreign-assets/runtime-benchmarks',40 'pallet-inflation/runtime-benchmarks',41 'pallet-app-promotion/runtime-benchmarks',42 'pallet-xcm/runtime-benchmarks',43 'sp-runtime/runtime-benchmarks',44 'xcm-builder/runtime-benchmarks',45 'pallet-maintenance/runtime-benchmarks',46 'cumulus-pallet-parachain-system/runtime-benchmarks',47]48try-runtime = [49 'frame-try-runtime',50 'frame-executive/try-runtime',51 'frame-support/try-runtime',52 'frame-system/try-runtime',53 'cumulus-pallet-parachain-system/try-runtime',54 'parachain-info/try-runtime',55 'pallet-aura/try-runtime',56 'cumulus-pallet-aura-ext/try-runtime',57 'pallet-balances/try-runtime',58 'pallet-randomness-collective-flip/try-runtime',59 'pallet-timestamp/try-runtime',60 'pallet-transaction-payment/try-runtime',61 'pallet-treasury/try-runtime',62 'pallet-sudo/try-runtime',63 'orml-vesting/try-runtime',64 'orml-xtokens/try-runtime',65 'orml-tokens/try-runtime',66 'cumulus-pallet-xcmp-queue/try-runtime',67 'pallet-xcm/try-runtime',68 'cumulus-pallet-xcm/try-runtime',69 'cumulus-pallet-dmp-queue/try-runtime',70 "pallet-authorship/try-runtime",71 "pallet-collator-selection/try-runtime",72 "pallet-session/try-runtime",73 "pallet-identity/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-data-management/try-runtime',93 'pallet-maintenance/try-runtime',94 'fp-self-contained/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 'up-pov-estimate-rpc/std',135 'app-promotion-rpc/std',136 'fp-evm-mapping/std',137 'fp-self-contained/std',138 'parachain-info/std',139 'serde',140 'pallet-inflation/std',141 'pallet-configuration/std',142 'pallet-app-promotion/std',143 'pallet-common/std',144 'pallet-structure/std',145 'pallet-fungible/std',146 'pallet-refungible/std',147 'pallet-nonfungible/std',148 'pallet-proxy-rmrk-core/std',149 'pallet-proxy-rmrk-equip/std',150 'pallet-unique/std',151 'pallet-charge-transaction/std',152 'up-data-structs/std',153 'sp-api/std',154 'sp-block-builder/std',155 "sp-consensus-aura/std",156 'sp-core/std',157 'sp-inherents/std',158 'sp-io/std',159 'sp-offchain/std',160 'sp-runtime/std',161 'sp-session/std',162 'sp-std/std',163 'sp-transaction-pool/std',164 'sp-version/std',165 'xcm/std',166 'xcm-builder/std',167 'xcm-executor/std',168 'up-common/std',169 'rmrk-rpc/std',170 'evm-coder/std',171 'up-sponsorship/std',172173 "orml-vesting/std",174 "orml-tokens/std",175 "orml-xtokens/std",176 "orml-traits/std",177 "pallet-foreign-assets/std",178 "pallet-maintenance/std",179]180limit-testing = ['pallet-unique/limit-testing', 'up-data-structs/limit-testing']181quartz-runtime = ['refungible', 'app-promotion', 'foreign-assets']182pov-estimate = []183184refungible = []185scheduler = []186rmrk = []187foreign-assets = []188collator-selection = []189app-promotion = []190191192193194[dependencies.codec]195default-features = false196features = ['derive']197package = 'parity-scale-codec'198version = '3.1.2'199200[dependencies.frame-benchmarking]201default-features = false202git = "https://github.com/paritytech/substrate"203optional = true204branch = "polkadot-v0.9.36"205206[dependencies.frame-try-runtime]207default-features = false208git = "https://github.com/paritytech/substrate"209optional = true210branch = "polkadot-v0.9.36"211212[dependencies.frame-executive]213default-features = false214git = "https://github.com/paritytech/substrate"215branch = "polkadot-v0.9.36"216217[dependencies.frame-support]218default-features = false219git = "https://github.com/paritytech/substrate"220branch = "polkadot-v0.9.36"221222[dependencies.frame-system]223default-features = false224git = "https://github.com/paritytech/substrate"225branch = "polkadot-v0.9.36"226227[dependencies.frame-system-benchmarking]228default-features = false229git = "https://github.com/paritytech/substrate"230optional = true231branch = "polkadot-v0.9.36"232233[dependencies.frame-system-rpc-runtime-api]234default-features = false235git = "https://github.com/paritytech/substrate"236branch = "polkadot-v0.9.36"237238[dependencies.hex-literal]239optional = true240version = '0.3.3'241242[dependencies.serde]243default-features = false244features = ['derive']245optional = true246version = '1.0.130'247248[dependencies.pallet-aura]249default-features = false250git = "https://github.com/paritytech/substrate"251branch = "polkadot-v0.9.36"252253[dependencies.pallet-authorship]254default-features = false255git = 'https://github.com/paritytech/substrate'256branch = 'polkadot-v0.9.36'257258[dependencies.pallet-session]259default-features = false260git = 'https://github.com/paritytech/substrate'261branch = 'polkadot-v0.9.36'262263[dependencies.pallet-identity]264default-features = false265git = 'https://github.com/paritytech/substrate'266branch = 'polkadot-v0.9.36'267268[dependencies.pallet-balances]269default-features = false270git = "https://github.com/paritytech/substrate"271branch = "polkadot-v0.9.36"272273274275276277278279280281282283284285286287288289290291292[dependencies.pallet-randomness-collective-flip]293default-features = false294git = "https://github.com/paritytech/substrate"295branch = "polkadot-v0.9.36"296297[dependencies.pallet-sudo]298default-features = false299git = "https://github.com/paritytech/substrate"300branch = "polkadot-v0.9.36"301302[dependencies.pallet-timestamp]303default-features = false304git = "https://github.com/paritytech/substrate"305branch = "polkadot-v0.9.36"306307[dependencies.pallet-transaction-payment]308default-features = false309git = "https://github.com/paritytech/substrate"310branch = "polkadot-v0.9.36"311312[dependencies.pallet-transaction-payment-rpc-runtime-api]313default-features = false314git = "https://github.com/paritytech/substrate"315branch = "polkadot-v0.9.36"316317[dependencies.pallet-treasury]318default-features = false319git = "https://github.com/paritytech/substrate"320branch = "polkadot-v0.9.36"321322[dependencies.sp-arithmetic]323default-features = false324git = "https://github.com/paritytech/substrate"325branch = "polkadot-v0.9.36"326327[dependencies.sp-api]328default-features = false329git = "https://github.com/paritytech/substrate"330branch = "polkadot-v0.9.36"331332[dependencies.sp-block-builder]333default-features = false334git = "https://github.com/paritytech/substrate"335branch = "polkadot-v0.9.36"336337[dependencies.sp-core]338default-features = false339git = "https://github.com/paritytech/substrate"340branch = "polkadot-v0.9.36"341342[dependencies.sp-consensus-aura]343default-features = false344git = "https://github.com/paritytech/substrate"345branch = "polkadot-v0.9.36"346347[dependencies.sp-inherents]348default-features = false349git = "https://github.com/paritytech/substrate"350branch = "polkadot-v0.9.36"351352[dependencies.sp-io]353default-features = false354git = "https://github.com/paritytech/substrate"355branch = "polkadot-v0.9.36"356357[dependencies.sp-offchain]358default-features = false359git = "https://github.com/paritytech/substrate"360branch = "polkadot-v0.9.36"361362[dependencies.sp-runtime]363default-features = false364git = "https://github.com/paritytech/substrate"365branch = "polkadot-v0.9.36"366367[dependencies.sp-session]368default-features = false369git = "https://github.com/paritytech/substrate"370branch = "polkadot-v0.9.36"371372[dependencies.sp-std]373default-features = false374git = "https://github.com/paritytech/substrate"375branch = "polkadot-v0.9.36"376377[dependencies.sp-transaction-pool]378default-features = false379git = "https://github.com/paritytech/substrate"380branch = "polkadot-v0.9.36"381382[dependencies.sp-version]383default-features = false384git = "https://github.com/paritytech/substrate"385branch = "polkadot-v0.9.36"386387[dependencies.smallvec]388version = '1.6.1'389390391392393[dependencies.parachain-info]394default-features = false395git = "https://github.com/paritytech/cumulus"396branch = "polkadot-v0.9.36"397398[dependencies.cumulus-pallet-aura-ext]399git = "https://github.com/paritytech/cumulus"400branch = "polkadot-v0.9.36"401default-features = false402403[dependencies.cumulus-pallet-parachain-system]404git = "https://github.com/paritytech/cumulus"405branch = "polkadot-v0.9.36"406default-features = false407408[dependencies.cumulus-primitives-core]409git = "https://github.com/paritytech/cumulus"410branch = "polkadot-v0.9.36"411default-features = false412413[dependencies.cumulus-pallet-xcm]414git = "https://github.com/paritytech/cumulus"415branch = "polkadot-v0.9.36"416default-features = false417418[dependencies.cumulus-pallet-dmp-queue]419git = "https://github.com/paritytech/cumulus"420branch = "polkadot-v0.9.36"421default-features = false422423[dependencies.cumulus-pallet-xcmp-queue]424git = "https://github.com/paritytech/cumulus"425branch = "polkadot-v0.9.36"426default-features = false427428[dependencies.cumulus-primitives-utility]429git = "https://github.com/paritytech/cumulus"430branch = "polkadot-v0.9.36"431default-features = false432433[dependencies.cumulus-primitives-timestamp]434git = "https://github.com/paritytech/cumulus"435branch = "polkadot-v0.9.36"436default-features = false437438439440441[dependencies.polkadot-parachain]442git = "https://github.com/paritytech/polkadot"443branch = "release-v0.9.36"444default-features = false445446[dependencies.xcm]447git = "https://github.com/paritytech/polkadot"448branch = "release-v0.9.36"449default-features = false450451[dependencies.xcm-builder]452git = "https://github.com/paritytech/polkadot"453branch = "release-v0.9.36"454default-features = false455456[dependencies.xcm-executor]457git = "https://github.com/paritytech/polkadot"458branch = "release-v0.9.36"459default-features = false460461[dependencies.pallet-xcm]462git = "https://github.com/paritytech/polkadot"463branch = "release-v0.9.36"464default-features = false465466467468469470[dependencies.rmrk-rpc]471default-features = false472path = "../../primitives/rmrk-rpc"473474475476477[dependencies]478orml-vesting.workspace = true479orml-xtokens.workspace = true480orml-tokens.workspace = true481orml-traits.workspace = true482483log = { version = "0.4.16", default-features = false }484up-common = { path = "../../primitives/common", default-features = false }485scale-info = { version = "2.0.1", default-features = false, features = [486 "derive",487] }488derivative = "2.2.0"489pallet-unique = { path = '../../pallets/unique', default-features = false }490up-rpc = { path = "../../primitives/rpc", default-features = false }491up-pov-estimate-rpc = { path = "../../primitives/pov-estimate-rpc", default-features = false }492app-promotion-rpc = { path = "../../primitives/app_promotion_rpc", default-features = false }493fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }494fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }495pallet-inflation = { path = '../../pallets/inflation', default-features = false }496pallet-app-promotion = { path = '../../pallets/app-promotion', default-features = false }497up-data-structs = { path = '../../primitives/data-structs', default-features = false }498pallet-collator-selection = { default-features = false, path = "../../pallets/collator-selection" }499pallet-configuration = { default-features = false, path = "../../pallets/configuration" }500pallet-common = { default-features = false, path = "../../pallets/common" }501pallet-structure = { default-features = false, path = "../../pallets/structure" }502pallet-fungible = { default-features = false, path = "../../pallets/fungible" }503pallet-refungible = { default-features = false, path = "../../pallets/refungible" }504pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }505pallet-proxy-rmrk-core = { default-features = false, path = "../../pallets/proxy-rmrk-core", package = "pallet-rmrk-core" }506pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }507508pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.36", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }509pallet-data-management = { path = '../../pallets/data-management', default-features = false }510pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }511pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }512pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }513pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }514pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }515pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }516fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }517fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }518pallet-evm-precompile-simple = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }519evm-coder = { default-features = false, path = '../../crates/evm-coder' }520up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.36' }521pallet-foreign-assets = { default-features = false, path = "../../pallets/foreign-assets" }522pallet-maintenance = { default-features = false, path = "../../pallets/maintenance" }523precompile-utils-macro = { path = "../common/ethereum/precompiles/utils/macro" }524num_enum = { version = "0.5.3", default-features = false }525526527528529impl-trait-for-tuples = "0.2.2"530531532533534[dev-dependencies.logtest]535version = "2.0.0"536537538539540[build-dependencies.substrate-wasm-builder]541git = "https://github.com/paritytech/substrate"542branch = "polkadot-v0.9.36"