1234[package]5authors = ['Unique Network <support@uniquenetwork.io>']6build = 'build.rs'7description = 'Unique Runtime'8edition = '2021'9homepage = 'https://unique.network'10license = 'GPLv3'11name = 'unique-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', 'unique-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 'up-data-structs/runtime-benchmarks',46 'pallet-maintenance/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']181unique-runtime = ['foreign-assets']182pov-estimate = []183stubgen = ["evm-coder/stubgen"]184185refungible = []186scheduler = []187rmrk = []188foreign-assets = []189collator-selection = []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-balances]264default-features = false265git = "https://github.com/paritytech/substrate"266branch = "polkadot-v0.9.36"267268269270271272273274275276277278279280281282283284285286287[dependencies.pallet-randomness-collective-flip]288default-features = false289git = "https://github.com/paritytech/substrate"290branch = "polkadot-v0.9.36"291292[dependencies.pallet-sudo]293default-features = false294git = "https://github.com/paritytech/substrate"295branch = "polkadot-v0.9.36"296297[dependencies.pallet-timestamp]298default-features = false299git = "https://github.com/paritytech/substrate"300branch = "polkadot-v0.9.36"301302[dependencies.pallet-transaction-payment]303default-features = false304git = "https://github.com/paritytech/substrate"305branch = "polkadot-v0.9.36"306307[dependencies.pallet-transaction-payment-rpc-runtime-api]308default-features = false309git = "https://github.com/paritytech/substrate"310branch = "polkadot-v0.9.36"311312[dependencies.pallet-treasury]313default-features = false314git = "https://github.com/paritytech/substrate"315branch = "polkadot-v0.9.36"316317[dependencies.sp-arithmetic]318default-features = false319git = "https://github.com/paritytech/substrate"320branch = "polkadot-v0.9.36"321322[dependencies.sp-api]323default-features = false324git = "https://github.com/paritytech/substrate"325branch = "polkadot-v0.9.36"326327[dependencies.sp-block-builder]328default-features = false329git = "https://github.com/paritytech/substrate"330branch = "polkadot-v0.9.36"331332[dependencies.sp-core]333default-features = false334git = "https://github.com/paritytech/substrate"335branch = "polkadot-v0.9.36"336337[dependencies.sp-consensus-aura]338default-features = false339git = "https://github.com/paritytech/substrate"340branch = "polkadot-v0.9.36"341342[dependencies.sp-inherents]343default-features = false344git = "https://github.com/paritytech/substrate"345branch = "polkadot-v0.9.36"346347[dependencies.sp-io]348default-features = false349git = "https://github.com/paritytech/substrate"350branch = "polkadot-v0.9.36"351352[dependencies.sp-offchain]353default-features = false354git = "https://github.com/paritytech/substrate"355branch = "polkadot-v0.9.36"356357[dependencies.sp-runtime]358default-features = false359git = "https://github.com/paritytech/substrate"360branch = "polkadot-v0.9.36"361362[dependencies.sp-session]363default-features = false364git = "https://github.com/paritytech/substrate"365branch = "polkadot-v0.9.36"366367[dependencies.sp-std]368default-features = false369git = "https://github.com/paritytech/substrate"370branch = "polkadot-v0.9.36"371372[dependencies.sp-transaction-pool]373default-features = false374git = "https://github.com/paritytech/substrate"375branch = "polkadot-v0.9.36"376377[dependencies.sp-version]378default-features = false379git = "https://github.com/paritytech/substrate"380branch = "polkadot-v0.9.36"381382[dependencies.smallvec]383version = '1.6.1'384385386387388[dependencies.parachain-info]389default-features = false390git = "https://github.com/paritytech/cumulus"391branch = "polkadot-v0.9.36"392393[dependencies.cumulus-pallet-aura-ext]394git = "https://github.com/paritytech/cumulus"395branch = "polkadot-v0.9.36"396default-features = false397398[dependencies.cumulus-pallet-parachain-system]399git = "https://github.com/paritytech/cumulus"400branch = "polkadot-v0.9.36"401default-features = false402403[dependencies.cumulus-primitives-core]404git = "https://github.com/paritytech/cumulus"405branch = "polkadot-v0.9.36"406default-features = false407408[dependencies.cumulus-pallet-xcm]409git = "https://github.com/paritytech/cumulus"410branch = "polkadot-v0.9.36"411default-features = false412413[dependencies.cumulus-pallet-dmp-queue]414git = "https://github.com/paritytech/cumulus"415branch = "polkadot-v0.9.36"416default-features = false417418[dependencies.cumulus-pallet-xcmp-queue]419git = "https://github.com/paritytech/cumulus"420branch = "polkadot-v0.9.36"421default-features = false422423[dependencies.cumulus-primitives-utility]424git = "https://github.com/paritytech/cumulus"425branch = "polkadot-v0.9.36"426default-features = false427428[dependencies.cumulus-primitives-timestamp]429git = "https://github.com/paritytech/cumulus"430branch = "polkadot-v0.9.36"431default-features = false432433434435436[dependencies.polkadot-parachain]437git = "https://github.com/paritytech/polkadot"438branch = "release-v0.9.36"439default-features = false440441[dependencies.xcm]442git = "https://github.com/paritytech/polkadot"443branch = "release-v0.9.36"444default-features = false445446[dependencies.xcm-builder]447git = "https://github.com/paritytech/polkadot"448branch = "release-v0.9.36"449default-features = false450451[dependencies.xcm-executor]452git = "https://github.com/paritytech/polkadot"453branch = "release-v0.9.36"454default-features = false455456[dependencies.pallet-xcm]457git = "https://github.com/paritytech/polkadot"458branch = "release-v0.9.36"459default-features = false460461462463464[dependencies]465orml-vesting.workspace = true466orml-xtokens.workspace = true467orml-tokens.workspace = true468orml-traits.workspace = true469470log = { version = "0.4.16", default-features = false }471up-common = { path = "../../primitives/common", default-features = false }472scale-info = { version = "2.0.1", default-features = false, features = [473 "derive",474] }475derivative = "2.2.0"476pallet-unique = { path = '../../pallets/unique', default-features = false }477up-rpc = { path = "../../primitives/rpc", default-features = false }478up-pov-estimate-rpc = { path = "../../primitives/pov-estimate-rpc", default-features = false }479app-promotion-rpc = { path = "../../primitives/app_promotion_rpc", default-features = false }480rmrk-rpc = { path = "../../primitives/rmrk-rpc", default-features = false }481pallet-inflation = { path = '../../pallets/inflation', default-features = false }482pallet-app-promotion = { path = '../../pallets/app-promotion', default-features = false }483up-data-structs = { path = '../../primitives/data-structs', default-features = false }484pallet-collator-selection = { default-features = false, path = "../../pallets/collator-selection" }485pallet-identity = { default-features = false, path = "../../pallets/identity" }486pallet-configuration = { default-features = false, path = "../../pallets/configuration" }487pallet-common = { default-features = false, path = "../../pallets/common" }488pallet-structure = { default-features = false, path = "../../pallets/structure" }489pallet-fungible = { default-features = false, path = "../../pallets/fungible" }490pallet-refungible = { default-features = false, path = "../../pallets/refungible" }491pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }492pallet-proxy-rmrk-core = { default-features = false, path = "../../pallets/proxy-rmrk-core", package = "pallet-rmrk-core" }493pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }494495pallet-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" }496pallet-data-management = { path = '../../pallets/data-management', default-features = false }497pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }498pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }499pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }500pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }501pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }502pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }503fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }504fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }505fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }506fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }507pallet-evm-precompile-simple = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }508evm-coder = { default-features = false, path = '../../crates/evm-coder' }509up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.36' }510pallet-foreign-assets = { default-features = false, path = "../../pallets/foreign-assets" }511pallet-maintenance = { default-features = false, path = "../../pallets/maintenance" }512precompile-utils-macro = { path = "../common/ethereum/precompiles/utils/macro" }513num_enum = { version = "0.5.3", default-features = false }514515516517518impl-trait-for-tuples = "0.2.2"519520521522523[dev-dependencies.logtest]524version = "2.0.0"525526527528529[build-dependencies.substrate-wasm-builder]530git = "https://github.com/paritytech/substrate"531branch = "polkadot-v0.9.36"