git.delta.rocks / unique-network / refs/commits / 1719fd0eda15

difftreelog

source

runtime/unique/Cargo.toml16.7 KiBsourcehistory
1################################################################################2# Package34cargo-features = ["workspace-inheritance"]56[package]7authors = ['Unique Network <support@uniquenetwork.io>']8build = 'build.rs'9description = 'Unique Runtime'10edition = '2021'11homepage = 'https://unique.network'12license = 'GPLv3'13name = 'unique-runtime'14repository = 'https://github.com/UniqueNetwork/unique-chain'15version = '0.9.33'1617[package.metadata.docs.rs]18targets = ['x86_64-unknown-linux-gnu']1920[features]21default = ['std', 'unique-runtime']22runtime-benchmarks = [23    'hex-literal',24    'frame-benchmarking',25    'frame-support/runtime-benchmarks',26    'frame-system-benchmarking',27    'frame-system/runtime-benchmarks',28    'pallet-ethereum/runtime-benchmarks',29    'pallet-evm-migration/runtime-benchmarks',30    'pallet-evm-coder-substrate/runtime-benchmarks',31    'pallet-balances/runtime-benchmarks',32    'pallet-timestamp/runtime-benchmarks',33    'pallet-common/runtime-benchmarks',34    'pallet-structure/runtime-benchmarks',35    'pallet-fungible/runtime-benchmarks',36    'pallet-refungible/runtime-benchmarks',37    'pallet-nonfungible/runtime-benchmarks',38    'pallet-proxy-rmrk-core/runtime-benchmarks',39    'pallet-proxy-rmrk-equip/runtime-benchmarks',40    'pallet-unique/runtime-benchmarks',41    'pallet-foreign-assets/runtime-benchmarks',42    'pallet-inflation/runtime-benchmarks',43    'pallet-app-promotion/runtime-benchmarks',44    'pallet-xcm/runtime-benchmarks',45    'sp-runtime/runtime-benchmarks',46    'xcm-builder/runtime-benchmarks',47    'up-data-structs/runtime-benchmarks',48    'pallet-maintenance/runtime-benchmarks',49]50try-runtime = [51    'frame-try-runtime',52    'frame-executive/try-runtime',53    'frame-support/try-runtime',54    'frame-system/try-runtime',55    'cumulus-pallet-parachain-system/try-runtime',56    'parachain-info/try-runtime',57    'pallet-aura/try-runtime',58    'cumulus-pallet-aura-ext/try-runtime',59    'pallet-balances/try-runtime',60    'pallet-randomness-collective-flip/try-runtime',61    'pallet-timestamp/try-runtime',62    'pallet-transaction-payment/try-runtime',63    'pallet-treasury/try-runtime',64    'pallet-sudo/try-runtime',65    'orml-vesting/try-runtime',66    'orml-xtokens/try-runtime',67    'orml-tokens/try-runtime',68    'cumulus-pallet-xcmp-queue/try-runtime',69    'pallet-xcm/try-runtime',70    'cumulus-pallet-xcm/try-runtime',71    'cumulus-pallet-dmp-queue/try-runtime',72    'pallet-inflation/try-runtime',73    'pallet-unique/try-runtime',74    'pallet-configuration/try-runtime',75    'pallet-charge-transaction/try-runtime',76    'pallet-common/try-runtime',77    'pallet-fungible/try-runtime',78    'pallet-refungible/try-runtime',79    'pallet-nonfungible/try-runtime',80    'pallet-structure/try-runtime',81    'pallet-proxy-rmrk-core/try-runtime',82    'pallet-proxy-rmrk-equip/try-runtime',83    'pallet-app-promotion/try-runtime',84    'pallet-foreign-assets/try-runtime',85    'pallet-ethereum/try-runtime',86    'pallet-evm/try-runtime',87    'pallet-evm-coder-substrate/try-runtime',88    'pallet-evm-contract-helpers/try-runtime',89    'pallet-evm-transaction-payment/try-runtime',90    'pallet-evm-migration/try-runtime',91    'pallet-maintenance/try-runtime',92]93std = [94    'codec/std',95    'cumulus-pallet-aura-ext/std',96    'cumulus-pallet-parachain-system/std',97    'cumulus-pallet-xcm/std',98    'cumulus-pallet-xcmp-queue/std',99    'cumulus-primitives-core/std',100    'cumulus-primitives-utility/std',101    'frame-try-runtime/std',102    'frame-executive/std',103    'frame-support/std',104    'frame-system/std',105    'frame-system-rpc-runtime-api/std',106    'pallet-aura/std',107    'pallet-balances/std',108    # 'pallet-contracts/std',109    # 'pallet-contracts-primitives/std',110    # 'pallet-contracts-rpc-runtime-api/std',111    # 'pallet-contract-helpers/std',112    'pallet-randomness-collective-flip/std',113    'pallet-sudo/std',114    'pallet-timestamp/std',115    'pallet-transaction-payment/std',116    'pallet-transaction-payment-rpc-runtime-api/std',117    'pallet-treasury/std',118    'pallet-evm/std',119    'pallet-evm-migration/std',120    'pallet-evm-contract-helpers/std',121    'pallet-evm-transaction-payment/std',122    'pallet-evm-coder-substrate/std',123    'pallet-ethereum/std',124    'pallet-base-fee/std',125    'fp-rpc/std',126    'up-rpc/std',127    'app-promotion-rpc/std',128    'fp-evm-mapping/std',129    'fp-self-contained/std',130    'parachain-info/std',131    'serde',132    'pallet-inflation/std',133    'pallet-configuration/std',134    'pallet-app-promotion/std',135    'pallet-common/std',136    'pallet-structure/std',137    'pallet-fungible/std',138    'pallet-refungible/std',139    'pallet-nonfungible/std',140    'pallet-proxy-rmrk-core/std',141    'pallet-proxy-rmrk-equip/std',142    'pallet-unique/std',143    'pallet-charge-transaction/std',144    'up-data-structs/std',145    'sp-api/std',146    'sp-block-builder/std',147    "sp-consensus-aura/std",148    'sp-core/std',149    'sp-inherents/std',150    'sp-io/std',151    'sp-offchain/std',152    'sp-runtime/std',153    'sp-session/std',154    'sp-std/std',155    'sp-transaction-pool/std',156    'sp-version/std',157    'xcm/std',158    'xcm-builder/std',159    'xcm-executor/std',160    'up-common/std',161    'rmrk-rpc/std',162    'evm-coder/std',163    'up-sponsorship/std',164165    "orml-vesting/std",166    "orml-tokens/std",167    "orml-xtokens/std",168    "orml-traits/std",169    "pallet-foreign-assets/std",170    "pallet-maintenance/std",171]172limit-testing = ['pallet-unique/limit-testing', 'up-data-structs/limit-testing']173unique-runtime = ['foreign-assets']174stubgen = ["evm-coder/stubgen"]175176refungible = []177scheduler = []178rmrk = []179foreign-assets = []180181################################################################################182# Substrate Dependencies183184[dependencies.codec]185default-features = false186features = ['derive']187package = 'parity-scale-codec'188version = '3.1.2'189190[dependencies.frame-benchmarking]191default-features = false192git = "https://github.com/paritytech/substrate"193optional = true194branch = "polkadot-v0.9.33"195196[dependencies.frame-try-runtime]197default-features = false198git = "https://github.com/paritytech/substrate"199optional = true200branch = "polkadot-v0.9.33"201202[dependencies.frame-executive]203default-features = false204git = "https://github.com/paritytech/substrate"205branch = "polkadot-v0.9.33"206207[dependencies.frame-support]208default-features = false209git = "https://github.com/paritytech/substrate"210branch = "polkadot-v0.9.33"211212[dependencies.frame-system]213default-features = false214git = "https://github.com/paritytech/substrate"215branch = "polkadot-v0.9.33"216217[dependencies.frame-system-benchmarking]218default-features = false219git = "https://github.com/paritytech/substrate"220optional = true221branch = "polkadot-v0.9.33"222223[dependencies.frame-system-rpc-runtime-api]224default-features = false225git = "https://github.com/paritytech/substrate"226branch = "polkadot-v0.9.33"227228[dependencies.hex-literal]229optional = true230version = '0.3.3'231232[dependencies.serde]233default-features = false234features = ['derive']235optional = true236version = '1.0.130'237238[dependencies.pallet-aura]239default-features = false240git = "https://github.com/paritytech/substrate"241branch = "polkadot-v0.9.33"242243[dependencies.pallet-balances]244default-features = false245git = "https://github.com/paritytech/substrate"246branch = "polkadot-v0.9.33"247248# Contracts specific packages249# [dependencies.pallet-contracts]250# git = 'https://github.com/paritytech/substrate'251# default-features = false252# branch = 'master'253# version = '4.0.0-dev'254255# [dependencies.pallet-contracts-primitives]256# git = 'https://github.com/paritytech/substrate'257# default-features = false258# branch = 'master'259# version = '4.0.0-dev'260261# [dependencies.pallet-contracts-rpc-runtime-api]262# git = 'https://github.com/paritytech/substrate'263# default-features = false264# branch = 'master'265# version = '4.0.0-dev'266267[dependencies.pallet-randomness-collective-flip]268default-features = false269git = "https://github.com/paritytech/substrate"270branch = "polkadot-v0.9.33"271272[dependencies.pallet-sudo]273default-features = false274git = "https://github.com/paritytech/substrate"275branch = "polkadot-v0.9.33"276277[dependencies.pallet-timestamp]278default-features = false279git = "https://github.com/paritytech/substrate"280branch = "polkadot-v0.9.33"281282[dependencies.pallet-transaction-payment]283default-features = false284git = "https://github.com/paritytech/substrate"285branch = "polkadot-v0.9.33"286287[dependencies.pallet-transaction-payment-rpc-runtime-api]288default-features = false289git = "https://github.com/paritytech/substrate"290branch = "polkadot-v0.9.33"291292[dependencies.pallet-treasury]293default-features = false294git = "https://github.com/paritytech/substrate"295branch = "polkadot-v0.9.33"296297[dependencies.sp-arithmetic]298default-features = false299git = "https://github.com/paritytech/substrate"300branch = "polkadot-v0.9.33"301302[dependencies.sp-api]303default-features = false304git = "https://github.com/paritytech/substrate"305branch = "polkadot-v0.9.33"306307[dependencies.sp-block-builder]308default-features = false309git = "https://github.com/paritytech/substrate"310branch = "polkadot-v0.9.33"311312[dependencies.sp-core]313default-features = false314git = "https://github.com/paritytech/substrate"315branch = "polkadot-v0.9.33"316317[dependencies.sp-consensus-aura]318default-features = false319git = "https://github.com/paritytech/substrate"320branch = "polkadot-v0.9.33"321322[dependencies.sp-inherents]323default-features = false324git = "https://github.com/paritytech/substrate"325branch = "polkadot-v0.9.33"326327[dependencies.sp-io]328default-features = false329git = "https://github.com/paritytech/substrate"330branch = "polkadot-v0.9.33"331332[dependencies.sp-offchain]333default-features = false334git = "https://github.com/paritytech/substrate"335branch = "polkadot-v0.9.33"336337[dependencies.sp-runtime]338default-features = false339git = "https://github.com/paritytech/substrate"340branch = "polkadot-v0.9.33"341342[dependencies.sp-session]343default-features = false344git = "https://github.com/paritytech/substrate"345branch = "polkadot-v0.9.33"346347[dependencies.sp-std]348default-features = false349git = "https://github.com/paritytech/substrate"350branch = "polkadot-v0.9.33"351352[dependencies.sp-transaction-pool]353default-features = false354git = "https://github.com/paritytech/substrate"355branch = "polkadot-v0.9.33"356357[dependencies.sp-version]358default-features = false359git = "https://github.com/paritytech/substrate"360branch = "polkadot-v0.9.33"361362[dependencies.smallvec]363version = '1.6.1'364365################################################################################366# Cumulus dependencies367368[dependencies.parachain-info]369default-features = false370git = "https://github.com/paritytech/cumulus"371branch = "polkadot-v0.9.33"372373[dependencies.cumulus-pallet-aura-ext]374git = "https://github.com/paritytech/cumulus"375branch = "polkadot-v0.9.33"376default-features = false377378[dependencies.cumulus-pallet-parachain-system]379git = "https://github.com/paritytech/cumulus"380branch = "polkadot-v0.9.33"381default-features = false382383[dependencies.cumulus-primitives-core]384git = "https://github.com/paritytech/cumulus"385branch = "polkadot-v0.9.33"386default-features = false387388[dependencies.cumulus-pallet-xcm]389git = "https://github.com/paritytech/cumulus"390branch = "polkadot-v0.9.33"391default-features = false392393[dependencies.cumulus-pallet-dmp-queue]394git = "https://github.com/paritytech/cumulus"395branch = "polkadot-v0.9.33"396default-features = false397398[dependencies.cumulus-pallet-xcmp-queue]399git = "https://github.com/paritytech/cumulus"400branch = "polkadot-v0.9.33"401default-features = false402403[dependencies.cumulus-primitives-utility]404git = "https://github.com/paritytech/cumulus"405branch = "polkadot-v0.9.33"406default-features = false407408[dependencies.cumulus-primitives-timestamp]409git = "https://github.com/paritytech/cumulus"410branch = "polkadot-v0.9.33"411default-features = false412413################################################################################414# Polkadot dependencies415416[dependencies.polkadot-parachain]417git = "https://github.com/paritytech/polkadot"418branch = "release-v0.9.33"419default-features = false420421[dependencies.xcm]422git = "https://github.com/paritytech/polkadot"423branch = "release-v0.9.33"424default-features = false425426[dependencies.xcm-builder]427git = "https://github.com/paritytech/polkadot"428branch = "release-v0.9.33"429default-features = false430431[dependencies.xcm-executor]432git = "https://github.com/paritytech/polkadot"433branch = "release-v0.9.33"434default-features = false435436[dependencies.pallet-xcm]437git = "https://github.com/paritytech/polkadot"438branch = "release-v0.9.33"439default-features = false440441################################################################################442# local dependencies443444[dependencies]445orml-vesting.workspace = true446orml-xtokens.workspace = true447orml-tokens.workspace = true448orml-traits.workspace = true449450log = { version = "0.4.16", default-features = false }451up-common = { path = "../../primitives/common", default-features = false }452scale-info = { version = "2.0.1", default-features = false, features = [453    "derive",454] }455derivative = "2.2.0"456pallet-unique = { path = '../../pallets/unique', default-features = false }457up-rpc = { path = "../../primitives/rpc", default-features = false }458app-promotion-rpc = { path = "../../primitives/app_promotion_rpc", default-features = false }459rmrk-rpc = { path = "../../primitives/rmrk-rpc", default-features = false }460pallet-inflation = { path = '../../pallets/inflation', default-features = false }461pallet-app-promotion = { path = '../../pallets/app-promotion', default-features = false }462up-data-structs = { path = '../../primitives/data-structs', default-features = false }463pallet-configuration = { default-features = false, path = "../../pallets/configuration" }464pallet-common = { default-features = false, path = "../../pallets/common" }465pallet-structure = { default-features = false, path = "../../pallets/structure" }466pallet-fungible = { default-features = false, path = "../../pallets/fungible" }467pallet-refungible = { default-features = false, path = "../../pallets/refungible" }468pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }469pallet-proxy-rmrk-core = { default-features = false, path = "../../pallets/proxy-rmrk-core", package = "pallet-rmrk-core" }470pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }471# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }472pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.33", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }473pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }474pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }475pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }476pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }477pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }478pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }479pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }480fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }481fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }482fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }483fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }484pallet-evm-precompile-simple = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }485evm-coder = { default-features = false, path = '../../crates/evm-coder' }486up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.33' }487pallet-foreign-assets = { default-features = false, path = "../../pallets/foreign-assets" }488pallet-maintenance = { default-features = false, path = "../../pallets/maintenance" }489precompile-utils-macro = { path = "../common/ethereum/precompiles/utils/macro" }490num_enum = { version = "0.5.3", default-features = false }491492################################################################################493# Other Dependencies494495impl-trait-for-tuples = "0.2.2"496497################################################################################498# Dev Dependencies499500[dev-dependencies.logtest]501version = "2.0.0"502503################################################################################504# Build Dependencies505506[build-dependencies.substrate-wasm-builder]507git = "https://github.com/paritytech/substrate"508branch = "polkadot-v0.9.33"