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', 'preimage', '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-preimage/runtime-benchmarks",46 'pallet-refungible/runtime-benchmarks',47 'pallet-structure/runtime-benchmarks',48 'pallet-timestamp/runtime-benchmarks',49 'pallet-unique/runtime-benchmarks',50 'pallet-xcm/runtime-benchmarks',51 'sp-runtime/runtime-benchmarks',52 'xcm-builder/runtime-benchmarks',53]54std = [55 'codec/std',56 'cumulus-pallet-aura-ext/std',57 'cumulus-pallet-parachain-system/std',58 'cumulus-pallet-xcm/std',59 'cumulus-pallet-xcmp-queue/std',60 'cumulus-primitives-core/std',61 'cumulus-primitives-utility/std',62 'frame-executive/std',63 'frame-support/std',64 'frame-system-rpc-runtime-api/std',65 'frame-system/std',66 'frame-try-runtime/std',67 'pallet-aura/std',68 'pallet-balances/std',69 70 71 72 73 "pallet-preimage/std",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-randomness-collective-flip/std',99 'pallet-refungible/std',100 'pallet-structure/std',101 'pallet-sudo/std',102 'pallet-timestamp/std',103 'pallet-transaction-payment-rpc-runtime-api/std',104 'pallet-transaction-payment/std',105 'pallet-treasury/std',106 'pallet-unique/std',107 'parachain-info/std',108 'serde',109 'sp-api/std',110 'sp-block-builder/std',111 'sp-core/std',112 'sp-inherents/std',113 'sp-io/std',114 'sp-offchain/std',115 'sp-runtime/std',116 'sp-session/std',117 'sp-std/std',118 'sp-transaction-pool/std',119 'sp-version/std',120 'up-common/std',121 'up-data-structs/std',122 'up-pov-estimate-rpc/std',123 'up-rpc/std',124 'up-sponsorship/std',125 'xcm-builder/std',126 'xcm-executor/std',127 'xcm/std',128129 "orml-tokens/std",130 "orml-traits/std",131 "orml-vesting/std",132 "orml-xtokens/std",133 "pallet-foreign-assets/std",134 "pallet-maintenance/std",135]136try-runtime = [137 "pallet-authorship/try-runtime",138 "pallet-collator-selection/try-runtime",139 "pallet-identity/try-runtime",140 "pallet-session/try-runtime",141 "pallet-preimage/try-runtime",142 'cumulus-pallet-aura-ext/try-runtime',143 'cumulus-pallet-dmp-queue/try-runtime',144 'cumulus-pallet-parachain-system/try-runtime',145 'cumulus-pallet-xcm/try-runtime',146 'cumulus-pallet-xcmp-queue/try-runtime',147 'fp-self-contained/try-runtime',148 'frame-executive/try-runtime',149 'frame-support/try-runtime',150 'frame-system/try-runtime',151 'frame-try-runtime',152 'orml-tokens/try-runtime',153 'orml-vesting/try-runtime',154 'orml-xtokens/try-runtime',155 'pallet-app-promotion/try-runtime',156 'pallet-aura/try-runtime',157 'pallet-balances/try-runtime',158 'pallet-charge-transaction/try-runtime',159 'pallet-common/try-runtime',160 'pallet-configuration/try-runtime',161 'pallet-ethereum/try-runtime',162 'pallet-evm-coder-substrate/try-runtime',163 'pallet-evm-contract-helpers/try-runtime',164 'pallet-evm-migration/try-runtime',165 'pallet-evm-transaction-payment/try-runtime',166 'pallet-evm/try-runtime',167 'pallet-foreign-assets/try-runtime',168 'pallet-fungible/try-runtime',169 'pallet-inflation/try-runtime',170 'pallet-maintenance/try-runtime',171 'pallet-nonfungible/try-runtime',172 'pallet-randomness-collective-flip/try-runtime',173 'pallet-refungible/try-runtime',174 'pallet-structure/try-runtime',175 'pallet-sudo/try-runtime',176 'pallet-timestamp/try-runtime',177 'pallet-transaction-payment/try-runtime',178 'pallet-treasury/try-runtime',179 'pallet-unique/try-runtime',180 'pallet-xcm/try-runtime',181 'parachain-info/try-runtime',182]183184app-promotion = []185collator-selection = []186foreign-assets = []187preimage = []188refungible = []189scheduler = []190191192193194[dependencies]195196codec = { workspace = true, package = "parity-scale-codec" }197198cumulus-pallet-aura-ext = { workspace = true }199cumulus-pallet-dmp-queue = { workspace = true }200cumulus-pallet-parachain-system = { workspace = true }201cumulus-pallet-xcm = { workspace = true }202cumulus-pallet-xcmp-queue = { workspace = true }203cumulus-primitives-core = { workspace = true }204cumulus-primitives-timestamp = { workspace = true }205cumulus-primitives-utility = { workspace = true }206frame-executive = { workspace = true }207frame-support = { workspace = true }208frame-system = { workspace = true }209frame-system-rpc-runtime-api = { workspace = true }210orml-tokens = { workspace = true }211orml-traits = { workspace = true }212orml-vesting = { workspace = true }213orml-xtokens = { workspace = true }214pallet-aura = { workspace = true }215pallet-authorship = { workspace = true }216pallet-balances = { workspace = true }217pallet-preimage = { workspace = true }218pallet-randomness-collective-flip = { workspace = true }219pallet-session = { workspace = true }220pallet-sudo = { workspace = true }221pallet-timestamp = { workspace = true }222pallet-transaction-payment = { workspace = true }223pallet-transaction-payment-rpc-runtime-api = { workspace = true }224pallet-treasury = { workspace = true }225pallet-xcm = { workspace = true }226parachain-info = { workspace = true }227polkadot-parachain = { workspace = true }228smallvec = { workspace = true }229sp-api = { workspace = true }230sp-arithmetic = { workspace = true }231sp-block-builder = { workspace = true }232sp-consensus-aura = { workspace = true }233sp-core = { workspace = true }234sp-inherents = { workspace = true }235sp-io = { workspace = true }236sp-offchain = { workspace = true }237sp-runtime = { workspace = true }238sp-session = { workspace = true }239sp-std = { workspace = true }240sp-transaction-pool = { workspace = true }241sp-version = { workspace = true }242xcm = { workspace = true }243xcm-builder = { workspace = true }244xcm-executor = { workspace = true }245246app-promotion-rpc = { workspace = true }247derivative = { workspace = true }248fp-evm = { workspace = true }249fp-evm-mapping = { workspace = true }250log = { workspace = true }251pallet-app-promotion = { workspace = true }252pallet-collator-selection = { workspace = true }253pallet-common = { workspace = true }254pallet-configuration = { workspace = true }255pallet-fungible = { workspace = true }256pallet-identity = { workspace = true }257pallet-inflation = { workspace = true }258pallet-nonfungible = { workspace = true }259pallet-refungible = { workspace = true }260pallet-structure = { workspace = true }261pallet-unique = { workspace = true }262scale-info = { workspace = true }263up-common = { workspace = true }264up-data-structs = { workspace = true }265up-pov-estimate-rpc = { workspace = true }266up-rpc = { workspace = true }267268evm-coder = { workspace = true }269fp-rpc = { workspace = true }270fp-self-contained = { workspace = true }271num_enum = { version = "0.5.3", default-features = false }272pallet-base-fee = { workspace = true }273pallet-charge-transaction = { workspace = true }274pallet-ethereum = { workspace = true }275pallet-evm = { workspace = true }276pallet-evm-coder-substrate = { workspace = true }277pallet-evm-contract-helpers = { workspace = true }278pallet-evm-migration = { workspace = true }279pallet-evm-precompile-simple = { workspace = true }280pallet-evm-transaction-payment = { workspace = true }281pallet-foreign-assets = { workspace = true }282pallet-maintenance = { workspace = true }283precompile-utils-macro = { workspace = true }284up-sponsorship = { workspace = true }285286287288289frame-system-benchmarking = { workspace = true, optional = true }290frame-benchmarking = { workspace = true, optional = true }291frame-try-runtime = { workspace = true, optional = true }292serde = { workspace = true, optional = true }293hex-literal = { workspace = true, optional = true }294295296297298299pallet-test-utils = { workspace = true }300301302303304impl-trait-for-tuples = { workspace = true }305306[dev-dependencies]307logtest = { workspace = true }308309[build-dependencies]310substrate-wasm-builder = { workspace = true }