git.delta.rocks / unique-network / refs/commits / 24d3f67bfdff

difftreelog

source

runtime/opal/Cargo.toml16.3 KiBsourcehistory
1################################################################################2# Package34[package]5authors = ['Unique Network <support@uniquenetwork.io>']6build = 'build.rs'7description = 'Opal Runtime'8edition = '2021'9homepage = 'https://unique.network'10license = 'GPLv3'11name = 'opal-runtime'12repository = 'https://github.com/UniqueNetwork/unique-chain'13version.workspace = true1415[package.metadata.docs.rs]16targets = ['x86_64-unknown-linux-gnu']1718[features]19default = ['opal-runtime', 'std']20limit-testing = ['pallet-unique/limit-testing', 'up-data-structs/limit-testing']21opal-runtime = ['app-promotion', 'collator-selection', 'foreign-assets', 'pallet-test-utils', 'refungible', 'rmrk']22pov-estimate = []23runtime-benchmarks = [24	'cumulus-pallet-parachain-system/runtime-benchmarks',25	'frame-benchmarking',26	'frame-support/runtime-benchmarks',27	'frame-system-benchmarking',28	'frame-system/runtime-benchmarks',29	'hex-literal',30	'pallet-app-promotion/runtime-benchmarks',31	'pallet-balances/runtime-benchmarks',32	'pallet-collator-selection/runtime-benchmarks',33	'pallet-common/runtime-benchmarks',34	'pallet-configuration/runtime-benchmarks',35	'pallet-ethereum/runtime-benchmarks',36	'pallet-evm-coder-substrate/runtime-benchmarks',37	'pallet-evm-migration/runtime-benchmarks',38	'pallet-foreign-assets/runtime-benchmarks',39	'pallet-fungible/runtime-benchmarks',40	'pallet-identity/runtime-benchmarks',41	'pallet-inflation/runtime-benchmarks',42	'pallet-maintenance/runtime-benchmarks',43	'pallet-nonfungible/runtime-benchmarks',44	'pallet-proxy-rmrk-core/runtime-benchmarks',45	'pallet-proxy-rmrk-equip/runtime-benchmarks',46	'pallet-refungible/runtime-benchmarks',47	'pallet-structure/runtime-benchmarks',48	'pallet-timestamp/runtime-benchmarks',49	'pallet-unique-scheduler-v2/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	# 'pallet-contracts/std',71	# 'pallet-contracts-primitives/std',72	# 'pallet-contracts-rpc-runtime-api/std',73	# 'pallet-contract-helpers/std',74	"pallet-authorship/std",75	"pallet-session/std",76	"sp-consensus-aura/std",77	'app-promotion-rpc/std',78	'evm-coder/std',79	'fp-evm-mapping/std',80	'fp-rpc/std',81	'fp-self-contained/std',82	'pallet-app-promotion/std',83	'pallet-base-fee/std',84	'pallet-charge-transaction/std',85	'pallet-collator-selection/std',86	'pallet-common/std',87	'pallet-configuration/std',88	'pallet-ethereum/std',89	'pallet-evm-coder-substrate/std',90	'pallet-evm-contract-helpers/std',91	'pallet-evm-migration/std',92	'pallet-evm-transaction-payment/std',93	'pallet-evm/std',94	'pallet-fungible/std',95	'pallet-identity/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-scheduler-v2/std',109	'pallet-unique/std',110	'parachain-info/std',111	'rmrk-rpc/std',112	'serde',113	'sp-api/std',114	'sp-block-builder/std',115	'sp-core/std',116	'sp-inherents/std',117	'sp-io/std',118	'sp-offchain/std',119	'sp-runtime/std',120	'sp-session/std',121	'sp-std/std',122	'sp-transaction-pool/std',123	'sp-version/std',124	'up-common/std',125	'up-data-structs/std',126	'up-pov-estimate-rpc/std',127	'up-rpc/std',128	'up-sponsorship/std',129	'xcm-builder/std',130	'xcm-executor/std',131	'xcm/std',132133	"orml-tokens/std",134	"orml-traits/std",135	"orml-vesting/std",136	"orml-xtokens/std",137	"pallet-foreign-assets/std",138139	'pallet-maintenance/std',140	'pallet-test-utils/std',141]142try-runtime = [143	"pallet-authorship/try-runtime",144	"pallet-collator-selection/try-runtime",145	"pallet-identity/try-runtime",146	"pallet-session/try-runtime",147	'cumulus-pallet-aura-ext/try-runtime',148	'cumulus-pallet-dmp-queue/try-runtime',149	'cumulus-pallet-parachain-system/try-runtime',150	'cumulus-pallet-xcm/try-runtime',151	'cumulus-pallet-xcmp-queue/try-runtime',152	'fp-self-contained/try-runtime',153	'frame-executive/try-runtime',154	'frame-support/try-runtime',155	'frame-system/try-runtime',156	'frame-try-runtime',157	'frame-try-runtime?/try-runtime',158	'orml-tokens/try-runtime',159	'orml-vesting/try-runtime',160	'orml-xtokens/try-runtime',161	'pallet-app-promotion/try-runtime',162	'pallet-aura/try-runtime',163	'pallet-balances/try-runtime',164	'pallet-base-fee/try-runtime',165	'pallet-charge-transaction/try-runtime',166	'pallet-common/try-runtime',167	'pallet-configuration/try-runtime',168	'pallet-ethereum/try-runtime',169	'pallet-evm-coder-substrate/try-runtime',170	'pallet-evm-contract-helpers/try-runtime',171	'pallet-evm-migration/try-runtime',172	'pallet-evm-transaction-payment/try-runtime',173	'pallet-evm/try-runtime',174	'pallet-foreign-assets/try-runtime',175	'pallet-fungible/try-runtime',176	'pallet-inflation/try-runtime',177	'pallet-maintenance/try-runtime',178	'pallet-nonfungible/try-runtime',179	'pallet-proxy-rmrk-core/try-runtime',180	'pallet-proxy-rmrk-equip/try-runtime',181	'pallet-randomness-collective-flip/try-runtime',182	'pallet-refungible/try-runtime',183	'pallet-structure/try-runtime',184	'pallet-sudo/try-runtime',185	'pallet-test-utils/try-runtime',186	'pallet-timestamp/try-runtime',187	'pallet-transaction-payment/try-runtime',188	'pallet-treasury/try-runtime',189	'pallet-unique-scheduler-v2/try-runtime',190	'pallet-unique/try-runtime',191	'pallet-xcm/try-runtime',192	'parachain-info/try-runtime',193]194195app-promotion = []196collator-selection = []197foreign-assets = []198pallet-test-utils = []199refungible = []200rmrk = []201scheduler = []202203################################################################################204# local dependencies205206[dependencies]207codec = { default-features = false, features = ['derive'], package = 'parity-scale-codec', version = "3.1.2" }208cumulus-pallet-aura-ext = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }209cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }210cumulus-pallet-parachain-system = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }211cumulus-pallet-xcm = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }212cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }213cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }214cumulus-primitives-timestamp = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }215cumulus-primitives-utility = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false }216frame-benchmarking = { default-features = false, git = "https://github.com/paritytech/substrate", optional = true, branch = "polkadot-v0.9.36" }217frame-executive = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }218frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }219frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }220frame-system-benchmarking = { default-features = false, git = "https://github.com/paritytech/substrate", optional = true, branch = "polkadot-v0.9.36" }221frame-system-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }222frame-try-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", optional = true, branch = "polkadot-v0.9.36" }223hex-literal = { optional = true, version = "0.3.3" }224orml-tokens.workspace = true225orml-traits.workspace = true226orml-vesting.workspace = true227orml-xtokens.workspace = true228pallet-aura = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }229pallet-authorship = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }230pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }231pallet-randomness-collective-flip = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }232pallet-session = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }233pallet-sudo = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }234pallet-timestamp = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }235pallet-transaction-payment = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }236pallet-transaction-payment-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }237pallet-treasury = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }238pallet-xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }239parachain-info = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36" }240polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }241serde = { default-features = false, features = ['derive'], optional = true, version = "1.0.130" }242smallvec = "1.6.1"243sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }244sp-arithmetic = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }245sp-block-builder = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }246sp-consensus-aura = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }247sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }248sp-inherents = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }249sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }250sp-offchain = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }251sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }252sp-session = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }253sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }254sp-transaction-pool = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }255sp-version = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }256xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }257xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }258xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }259260app-promotion-rpc = { path = "../../primitives/app_promotion_rpc", default-features = false }261derivative = "2.2.0"262evm-coder = { default-features = false, path = "../../crates/evm-coder" }263fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }264fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }265fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }266fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }267log = { version = "0.4.16", default-features = false }268num_enum = { version = "0.5.3", default-features = false }269pallet-app-promotion = { path = "../../pallets/app-promotion", default-features = false }270pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }271pallet-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" }272pallet-collator-selection = { default-features = false, path = "../../pallets/collator-selection" }273pallet-common = { default-features = false, path = "../../pallets/common" }274pallet-configuration = { default-features = false, path = "../../pallets/configuration" }275pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }276pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }277pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }278pallet-evm-contract-helpers = { path = "../../pallets/evm-contract-helpers", default-features = false }279pallet-evm-migration = { path = "../../pallets/evm-migration", default-features = false }280pallet-evm-precompile-simple = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" }281pallet-evm-transaction-payment = { path = "../../pallets/evm-transaction-payment", default-features = false }282pallet-foreign-assets = { default-features = false, path = "../../pallets/foreign-assets" }283pallet-fungible = { default-features = false, path = "../../pallets/fungible" }284pallet-identity = { default-features = false, path = "../../pallets/identity" }285pallet-inflation = { path = "../../pallets/inflation", default-features = false }286pallet-maintenance = { default-features = false, path = "../../pallets/maintenance" }287pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }288pallet-proxy-rmrk-core = { default-features = false, path = "../../pallets/proxy-rmrk-core", package = "pallet-rmrk-core" }289pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }290pallet-refungible = { default-features = false, path = "../../pallets/refungible" }291pallet-structure = { default-features = false, path = "../../pallets/structure" }292pallet-unique = { path = "../../pallets/unique", default-features = false }293pallet-unique-scheduler-v2 = { path = "../../pallets/scheduler-v2", default-features = false }294precompile-utils-macro.path = "../common/ethereum/precompiles/utils/macro"295rmrk-rpc = { path = "../../primitives/rmrk-rpc", default-features = false }296scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }297up-common = { path = "../../primitives/common", default-features = false }298up-data-structs = { path = "../../primitives/data-structs", default-features = false }299up-pov-estimate-rpc = { path = "../../primitives/pov-estimate-rpc", default-features = false }300up-rpc = { path = "../../primitives/rpc", default-features = false }301up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.36" }302303################################################################################304# Test dependencies305306pallet-test-utils = { default-features = false, path = "../../test-pallets/utils" }307308################################################################################309# Other Dependencies310311impl-trait-for-tuples = "0.2.2"312313[dev-dependencies]314logtest = "2.0.0"315316[build-dependencies]317substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }