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]199200codec = { workspace = true, package = "parity-scale-codec" }201202cumulus-pallet-aura-ext = { workspace = true }203cumulus-pallet-dmp-queue = { workspace = true }204cumulus-pallet-parachain-system = { workspace = true }205cumulus-pallet-xcm = { workspace = true }206cumulus-pallet-xcmp-queue = { workspace = true }207cumulus-primitives-core = { workspace = true }208cumulus-primitives-timestamp = { workspace = true }209cumulus-primitives-utility = { workspace = true }210frame-executive = { workspace = true }211frame-support = { workspace = true }212frame-system = { workspace = true }213frame-system-rpc-runtime-api = { workspace = true }214orml-tokens = { workspace = true }215orml-traits = { workspace = true }216orml-vesting = { workspace = true }217orml-xtokens = { workspace = true }218pallet-aura = { workspace = true }219pallet-authorship = { workspace = true }220pallet-balances = { workspace = true }221pallet-randomness-collective-flip = { workspace = true }222pallet-session = { workspace = true }223pallet-sudo = { workspace = true }224pallet-timestamp = { workspace = true }225pallet-transaction-payment = { workspace = true }226pallet-transaction-payment-rpc-runtime-api = { workspace = true }227pallet-treasury = { workspace = true }228pallet-xcm = { workspace = true }229parachain-info = { workspace = true }230polkadot-parachain = { workspace = true }231rmrk-rpc = { workspace = true }232smallvec = { workspace = true }233sp-api = { workspace = true }234sp-arithmetic = { workspace = true }235sp-block-builder = { workspace = true }236sp-consensus-aura = { workspace = true }237sp-core = { workspace = true }238sp-inherents = { workspace = true }239sp-io = { workspace = true }240sp-offchain = { workspace = true }241sp-runtime = { workspace = true }242sp-session = { workspace = true }243sp-std = { workspace = true }244sp-transaction-pool = { workspace = true }245sp-version = { workspace = true }246xcm = { workspace = true }247xcm-builder = { workspace = true }248xcm-executor = { workspace = true }249250app-promotion-rpc = { workspace = true }251derivative = { workspace = true }252fp-evm = { workspace = true }253fp-evm-mapping = { workspace = true }254log = { workspace = true }255pallet-app-promotion = { workspace = true }256pallet-collator-selection = { workspace = true }257pallet-common = { workspace = true }258pallet-configuration = { workspace = true }259pallet-fungible = { workspace = true }260pallet-identity = { workspace = true }261pallet-inflation = { workspace = true }262pallet-nonfungible = { workspace = true }263pallet-proxy-rmrk-core = { workspace = true }264pallet-proxy-rmrk-equip = { workspace = true }265pallet-refungible = { workspace = true }266pallet-structure = { workspace = true }267pallet-unique = { workspace = true }268scale-info = { workspace = true }269up-common = { workspace = true }270up-data-structs = { workspace = true }271up-pov-estimate-rpc = { workspace = true }272up-rpc = { workspace = true }273274evm-coder = { workspace = true }275fp-rpc = { workspace = true }276fp-self-contained = { workspace = true }277num_enum = { version = "0.5.3", default-features = false }278pallet-base-fee = { workspace = true }279pallet-charge-transaction = { workspace = true }280pallet-ethereum = { workspace = true }281pallet-evm = { workspace = true }282pallet-evm-coder-substrate = { workspace = true }283pallet-evm-contract-helpers = { workspace = true }284pallet-evm-migration = { workspace = true }285pallet-evm-precompile-simple = { workspace = true }286pallet-evm-transaction-payment = { workspace = true }287pallet-foreign-assets = { workspace = true }288pallet-maintenance = { workspace = true }289precompile-utils-macro = { workspace = true }290up-sponsorship = { workspace = true }291292293294295frame-system-benchmarking = { workspace = true, optional = true }296frame-benchmarking = { workspace = true, optional = true }297frame-try-runtime = { workspace = true, optional = true }298serde = { workspace = true, optional = true }299hex-literal = { workspace = true, optional = true }300301302303304305pallet-test-utils = { workspace = true }306307308309310impl-trait-for-tuples = { workspace = true }311312[dev-dependencies]313logtest = { workspace = true }314315[build-dependencies]316substrate-wasm-builder = { workspace = true }