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', 'refungible']24runtime-benchmarks = [25 'cumulus-pallet-parachain-system/runtime-benchmarks',26 'frame-benchmarking',27 'frame-support/runtime-benchmarks',28 'frame-system-benchmarking',29 'frame-system/runtime-benchmarks',30 'hex-literal',31 'pallet-app-promotion/runtime-benchmarks',32 'pallet-balances/runtime-benchmarks',33 'pallet-collator-selection/runtime-benchmarks',34 'pallet-common/runtime-benchmarks',35 'pallet-configuration/runtime-benchmarks',36 'pallet-ethereum/runtime-benchmarks',37 'pallet-evm-coder-substrate/runtime-benchmarks',38 'pallet-evm-migration/runtime-benchmarks',39 'pallet-foreign-assets/runtime-benchmarks',40 'pallet-fungible/runtime-benchmarks',41 'pallet-identity/runtime-benchmarks',42 'pallet-inflation/runtime-benchmarks',43 'pallet-maintenance/runtime-benchmarks',44 'pallet-nonfungible/runtime-benchmarks',45 'pallet-proxy-rmrk-core/runtime-benchmarks',46 'pallet-proxy-rmrk-equip/runtime-benchmarks',47 'pallet-refungible/runtime-benchmarks',48 'pallet-structure/runtime-benchmarks',49 'pallet-timestamp/runtime-benchmarks',50 'pallet-unique/runtime-benchmarks',51 'pallet-xcm/runtime-benchmarks',52 'sp-runtime/runtime-benchmarks',53 'xcm-builder/runtime-benchmarks',54]55std = [56 'codec/std',57 'cumulus-pallet-aura-ext/std',58 'cumulus-pallet-parachain-system/std',59 'cumulus-pallet-xcm/std',60 'cumulus-pallet-xcmp-queue/std',61 'cumulus-primitives-core/std',62 'cumulus-primitives-utility/std',63 'frame-executive/std',64 'frame-support/std',65 'frame-system-rpc-runtime-api/std',66 'frame-system/std',67 'frame-try-runtime/std',68 'pallet-aura/std',69 'pallet-balances/std',70 71 72 73 74 "pallet-authorship/std",75 "pallet-identity/std",76 "pallet-session/std",77 "sp-consensus-aura/std",78 'app-promotion-rpc/std',79 'evm-coder/std',80 'fp-evm-mapping/std',81 'fp-rpc/std',82 'fp-self-contained/std',83 'pallet-app-promotion/std',84 'pallet-base-fee/std',85 'pallet-charge-transaction/std',86 'pallet-collator-selection/std',87 'pallet-common/std',88 'pallet-configuration/std',89 'pallet-ethereum/std',90 'pallet-evm-coder-substrate/std',91 'pallet-evm-contract-helpers/std',92 'pallet-evm-migration/std',93 'pallet-evm-transaction-payment/std',94 'pallet-evm/std',95 'pallet-fungible/std',96 'pallet-inflation/std',97 'pallet-nonfungible/std',98 'pallet-proxy-rmrk-core/std',99 'pallet-proxy-rmrk-equip/std',100 'pallet-randomness-collective-flip/std',101 'pallet-refungible/std',102 'pallet-structure/std',103 'pallet-sudo/std',104 'pallet-timestamp/std',105 'pallet-transaction-payment-rpc-runtime-api/std',106 'pallet-transaction-payment/std',107 'pallet-treasury/std',108 'pallet-unique/std',109 'parachain-info/std',110 'rmrk-rpc/std',111 'serde',112 'sp-api/std',113 'sp-block-builder/std',114 'sp-core/std',115 'sp-inherents/std',116 'sp-io/std',117 'sp-offchain/std',118 'sp-runtime/std',119 'sp-session/std',120 'sp-std/std',121 'sp-transaction-pool/std',122 'sp-version/std',123 'up-common/std',124 'up-data-structs/std',125 'up-pov-estimate-rpc/std',126 'up-rpc/std',127 'up-sponsorship/std',128 'xcm-builder/std',129 'xcm-executor/std',130 'xcm/std',131132 "orml-tokens/std",133 "orml-traits/std",134 "orml-vesting/std",135 "orml-xtokens/std",136 "pallet-foreign-assets/std",137 "pallet-maintenance/std",138]139try-runtime = [140 "pallet-authorship/try-runtime",141 "pallet-collator-selection/try-runtime",142 "pallet-identity/try-runtime",143 "pallet-session/try-runtime",144 'cumulus-pallet-aura-ext/try-runtime',145 'cumulus-pallet-dmp-queue/try-runtime',146 'cumulus-pallet-parachain-system/try-runtime',147 'cumulus-pallet-xcm/try-runtime',148 'cumulus-pallet-xcmp-queue/try-runtime',149 'fp-self-contained/try-runtime',150 'frame-executive/try-runtime',151 'frame-support/try-runtime',152 'frame-system/try-runtime',153 'frame-try-runtime',154 'orml-tokens/try-runtime',155 'orml-vesting/try-runtime',156 'orml-xtokens/try-runtime',157 'pallet-app-promotion/try-runtime',158 'pallet-aura/try-runtime',159 'pallet-balances/try-runtime',160 'pallet-charge-transaction/try-runtime',161 'pallet-common/try-runtime',162 'pallet-configuration/try-runtime',163 'pallet-ethereum/try-runtime',164 'pallet-evm-coder-substrate/try-runtime',165 'pallet-evm-contract-helpers/try-runtime',166 'pallet-evm-migration/try-runtime',167 'pallet-evm-transaction-payment/try-runtime',168 'pallet-evm/try-runtime',169 'pallet-foreign-assets/try-runtime',170 'pallet-fungible/try-runtime',171 'pallet-inflation/try-runtime',172 'pallet-maintenance/try-runtime',173 'pallet-nonfungible/try-runtime',174 'pallet-proxy-rmrk-core/try-runtime',175 'pallet-proxy-rmrk-equip/try-runtime',176 'pallet-randomness-collective-flip/try-runtime',177 'pallet-refungible/try-runtime',178 'pallet-structure/try-runtime',179 'pallet-sudo/try-runtime',180 'pallet-timestamp/try-runtime',181 'pallet-transaction-payment/try-runtime',182 'pallet-treasury/try-runtime',183 'pallet-unique/try-runtime',184 'pallet-xcm/try-runtime',185 'parachain-info/try-runtime',186]187188app-promotion = []189collator-selection = []190foreign-assets = []191refungible = []192rmrk = []193scheduler = []194195196197198[dependencies]199codec = { default-features = false, features = ['derive'], package = 'parity-scale-codec', version = "3.1.2" }200cumulus-pallet-aura-ext = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }201cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }202cumulus-pallet-parachain-system = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }203cumulus-pallet-xcm = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }204cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }205cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }206cumulus-primitives-timestamp = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }207cumulus-primitives-utility = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }208frame-benchmarking = { default-features = false, git = "https://github.com/paritytech/substrate", optional = true, branch = "polkadot-v0.9.36" }209frame-executive = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }210frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }211frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }212frame-system-benchmarking = { default-features = false, git = "https://github.com/paritytech/substrate", optional = true, branch = "polkadot-v0.9.36" }213frame-system-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }214frame-try-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", optional = true, branch = "polkadot-v0.9.36" }215hex-literal = { optional = true, version = "0.3.3" }216orml-tokens.workspace = true217orml-traits.workspace = true218orml-vesting.workspace = true219orml-xtokens.workspace = true220pallet-aura = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }221pallet-authorship = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }222pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }223pallet-randomness-collective-flip = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }224pallet-session = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }225pallet-sudo = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }226pallet-timestamp = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }227pallet-transaction-payment = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }228pallet-transaction-payment-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }229pallet-treasury = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }230pallet-xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }231parachain-info = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }232polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }233rmrk-rpc = { default-features = false, path = "../../primitives/rmrk-rpc" }234serde = { default-features = false, features = ['derive'], optional = true, version = "1.0.130" }235smallvec = "1.6.1"236sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }237sp-arithmetic = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }238sp-block-builder = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }239sp-consensus-aura = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }240sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }241sp-inherents = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }242sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }243sp-offchain = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }244sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }245sp-session = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }246sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }247sp-transaction-pool = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }248sp-version = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }249xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }250xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }251xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }252253app-promotion-rpc = { path = "../../primitives/app_promotion_rpc", default-features = false }254derivative = "2.2.0"255fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }256fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }257log = { version = "0.4.16", default-features = false }258pallet-app-promotion = { path = "../../pallets/app-promotion", default-features = false }259pallet-collator-selection = { default-features = false, path = "../../pallets/collator-selection" }260pallet-common = { default-features = false, path = "../../pallets/common" }261pallet-configuration = { default-features = false, path = "../../pallets/configuration" }262pallet-fungible = { default-features = false, path = "../../pallets/fungible" }263pallet-identity = { default-features = false, path = "../../pallets/identity" }264pallet-inflation = { path = "../../pallets/inflation", default-features = false }265pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }266pallet-proxy-rmrk-core = { default-features = false, path = "../../pallets/proxy-rmrk-core", package = "pallet-rmrk-core" }267pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }268pallet-refungible = { default-features = false, path = "../../pallets/refungible" }269pallet-structure = { default-features = false, path = "../../pallets/structure" }270pallet-unique = { path = "../../pallets/unique", default-features = false }271scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }272up-common = { path = "../../primitives/common", default-features = false }273up-data-structs = { path = "../../primitives/data-structs", default-features = false }274up-pov-estimate-rpc = { path = "../../primitives/pov-estimate-rpc", default-features = false }275up-rpc = { path = "../../primitives/rpc", default-features = false }276277evm-coder = { default-features = false, path = "../../crates/evm-coder" }278fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }279fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }280num_enum = { version = "0.5.3", default-features = false }281pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }282pallet-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" }283pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }284pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }285pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }286pallet-evm-contract-helpers = { path = "../../pallets/evm-contract-helpers", default-features = false }287pallet-evm-migration = { path = "../../pallets/evm-migration", default-features = false }288pallet-evm-precompile-simple = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }289pallet-evm-transaction-payment = { path = "../../pallets/evm-transaction-payment", default-features = false }290pallet-foreign-assets = { default-features = false, path = "../../pallets/foreign-assets" }291pallet-maintenance = { default-features = false, path = "../../pallets/maintenance" }292precompile-utils-macro.path = "../common/ethereum/precompiles/utils/macro"293up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.36" }294295296297298pallet-test-utils = { default-features = false, path = "../../test-pallets/utils" }299300301302303impl-trait-for-tuples = "0.2.2"304305[dev-dependencies]306logtest = "2.0.0"307308[build-dependencies]309substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }