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-refungible/runtime-benchmarks',46 'pallet-structure/runtime-benchmarks',47 'pallet-timestamp/runtime-benchmarks',48 'pallet-unique/runtime-benchmarks',49 'pallet-xcm/runtime-benchmarks',50 'sp-runtime/runtime-benchmarks',51 'xcm-builder/runtime-benchmarks',52]53std = [54 'codec/std',55 'cumulus-pallet-aura-ext/std',56 'cumulus-pallet-parachain-system/std',57 'cumulus-pallet-xcm/std',58 'cumulus-pallet-xcmp-queue/std',59 'cumulus-primitives-core/std',60 'cumulus-primitives-utility/std',61 'frame-executive/std',62 'frame-support/std',63 'frame-system-rpc-runtime-api/std',64 'frame-system/std',65 'frame-try-runtime/std',66 'pallet-aura/std',67 'pallet-balances/std',68 69 70 71 72 "pallet-authorship/std",73 "pallet-identity/std",74 "pallet-session/std",75 "sp-consensus-aura/std",76 'app-promotion-rpc/std',77 'evm-coder/std',78 'fp-evm-mapping/std',79 'fp-rpc/std',80 'fp-self-contained/std',81 'pallet-app-promotion/std',82 'pallet-base-fee/std',83 'pallet-charge-transaction/std',84 'pallet-collator-selection/std',85 'pallet-common/std',86 'pallet-configuration/std',87 'pallet-ethereum/std',88 'pallet-evm-coder-substrate/std',89 'pallet-evm-contract-helpers/std',90 'pallet-evm-migration/std',91 'pallet-evm-transaction-payment/std',92 'pallet-evm/std',93 'pallet-fungible/std',94 'pallet-inflation/std',95 'pallet-nonfungible/std',96 'pallet-randomness-collective-flip/std',97 'pallet-refungible/std',98 'pallet-structure/std',99 'pallet-sudo/std',100 'pallet-timestamp/std',101 'pallet-transaction-payment-rpc-runtime-api/std',102 'pallet-transaction-payment/std',103 'pallet-treasury/std',104 'pallet-unique/std',105 'parachain-info/std',106 'serde',107 'sp-api/std',108 'sp-block-builder/std',109 'sp-core/std',110 'sp-inherents/std',111 'sp-io/std',112 'sp-offchain/std',113 'sp-runtime/std',114 'sp-session/std',115 'sp-std/std',116 'sp-transaction-pool/std',117 'sp-version/std',118 'up-common/std',119 'up-data-structs/std',120 'up-pov-estimate-rpc/std',121 'up-rpc/std',122 'up-sponsorship/std',123 'xcm-builder/std',124 'xcm-executor/std',125 'xcm/std',126127 "orml-tokens/std",128 "orml-traits/std",129 "orml-vesting/std",130 "orml-xtokens/std",131 "pallet-foreign-assets/std",132 "pallet-maintenance/std",133]134try-runtime = [135 "pallet-authorship/try-runtime",136 "pallet-collator-selection/try-runtime",137 "pallet-identity/try-runtime",138 "pallet-session/try-runtime",139 'cumulus-pallet-aura-ext/try-runtime',140 'cumulus-pallet-dmp-queue/try-runtime',141 'cumulus-pallet-parachain-system/try-runtime',142 'cumulus-pallet-xcm/try-runtime',143 'cumulus-pallet-xcmp-queue/try-runtime',144 'fp-self-contained/try-runtime',145 'frame-executive/try-runtime',146 'frame-support/try-runtime',147 'frame-system/try-runtime',148 'frame-try-runtime',149 'orml-tokens/try-runtime',150 'orml-vesting/try-runtime',151 'orml-xtokens/try-runtime',152 'pallet-app-promotion/try-runtime',153 'pallet-aura/try-runtime',154 'pallet-balances/try-runtime',155 'pallet-charge-transaction/try-runtime',156 'pallet-common/try-runtime',157 'pallet-configuration/try-runtime',158 'pallet-ethereum/try-runtime',159 'pallet-evm-coder-substrate/try-runtime',160 'pallet-evm-contract-helpers/try-runtime',161 'pallet-evm-migration/try-runtime',162 'pallet-evm-transaction-payment/try-runtime',163 'pallet-evm/try-runtime',164 'pallet-foreign-assets/try-runtime',165 'pallet-fungible/try-runtime',166 'pallet-inflation/try-runtime',167 'pallet-maintenance/try-runtime',168 'pallet-nonfungible/try-runtime',169 'pallet-randomness-collective-flip/try-runtime',170 'pallet-refungible/try-runtime',171 'pallet-structure/try-runtime',172 'pallet-sudo/try-runtime',173 'pallet-timestamp/try-runtime',174 'pallet-transaction-payment/try-runtime',175 'pallet-treasury/try-runtime',176 'pallet-unique/try-runtime',177 'pallet-xcm/try-runtime',178 'parachain-info/try-runtime',179]180181app-promotion = []182collator-selection = []183foreign-assets = []184refungible = []185scheduler = []186187188189190[dependencies]191192codec = { workspace = true, package = "parity-scale-codec" }193194cumulus-pallet-aura-ext = { workspace = true }195cumulus-pallet-dmp-queue = { workspace = true }196cumulus-pallet-parachain-system = { workspace = true }197cumulus-pallet-xcm = { workspace = true }198cumulus-pallet-xcmp-queue = { workspace = true }199cumulus-primitives-core = { workspace = true }200cumulus-primitives-timestamp = { workspace = true }201cumulus-primitives-utility = { workspace = true }202frame-executive = { workspace = true }203frame-support = { workspace = true }204frame-system = { workspace = true }205frame-system-rpc-runtime-api = { workspace = true }206orml-tokens = { workspace = true }207orml-traits = { workspace = true }208orml-vesting = { workspace = true }209orml-xtokens = { workspace = true }210pallet-aura = { workspace = true }211pallet-authorship = { workspace = true }212pallet-balances = { workspace = true }213pallet-randomness-collective-flip = { workspace = true }214pallet-session = { workspace = true }215pallet-sudo = { workspace = true }216pallet-timestamp = { workspace = true }217pallet-transaction-payment = { workspace = true }218pallet-transaction-payment-rpc-runtime-api = { workspace = true }219pallet-treasury = { workspace = true }220pallet-xcm = { workspace = true }221parachain-info = { workspace = true }222polkadot-parachain = { workspace = true }223smallvec = { workspace = true }224sp-api = { workspace = true }225sp-arithmetic = { workspace = true }226sp-block-builder = { workspace = true }227sp-consensus-aura = { workspace = true }228sp-core = { workspace = true }229sp-inherents = { workspace = true }230sp-io = { workspace = true }231sp-offchain = { workspace = true }232sp-runtime = { workspace = true }233sp-session = { workspace = true }234sp-std = { workspace = true }235sp-transaction-pool = { workspace = true }236sp-version = { workspace = true }237xcm = { workspace = true }238xcm-builder = { workspace = true }239xcm-executor = { workspace = true }240241app-promotion-rpc = { workspace = true }242derivative = { workspace = true }243fp-evm = { workspace = true }244fp-evm-mapping = { workspace = true }245log = { workspace = true }246pallet-app-promotion = { workspace = true }247pallet-collator-selection = { workspace = true }248pallet-common = { workspace = true }249pallet-configuration = { workspace = true }250pallet-fungible = { workspace = true }251pallet-identity = { workspace = true }252pallet-inflation = { workspace = true }253pallet-nonfungible = { workspace = true }254pallet-refungible = { workspace = true }255pallet-structure = { workspace = true }256pallet-unique = { workspace = true }257scale-info = { workspace = true }258up-common = { workspace = true }259up-data-structs = { workspace = true }260up-pov-estimate-rpc = { workspace = true }261up-rpc = { workspace = true }262263evm-coder = { workspace = true }264fp-rpc = { workspace = true }265fp-self-contained = { workspace = true }266num_enum = { version = "0.5.3", default-features = false }267pallet-base-fee = { workspace = true }268pallet-charge-transaction = { workspace = true }269pallet-ethereum = { workspace = true }270pallet-evm = { workspace = true }271pallet-evm-coder-substrate = { workspace = true }272pallet-evm-contract-helpers = { workspace = true }273pallet-evm-migration = { workspace = true }274pallet-evm-precompile-simple = { workspace = true }275pallet-evm-transaction-payment = { workspace = true }276pallet-foreign-assets = { workspace = true }277pallet-maintenance = { workspace = true }278precompile-utils-macro = { workspace = true }279up-sponsorship = { workspace = true }280281282283284frame-system-benchmarking = { workspace = true, optional = true }285frame-benchmarking = { workspace = true, optional = true }286frame-try-runtime = { workspace = true, optional = true }287serde = { workspace = true, optional = true }288hex-literal = { workspace = true, optional = true }289290291292293294pallet-test-utils = { workspace = true }295296297298299impl-trait-for-tuples = { workspace = true }300301[dev-dependencies]302logtest = { workspace = true }303304[build-dependencies]305substrate-wasm-builder = { workspace = true }