git.delta.rocks / unique-network / refs/commits / d8a735e3ebdb

difftreelog

source

runtime/opal/Cargo.toml10.2 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']20state-version-0 = []21limit-testing = ['pallet-unique/limit-testing', 'up-data-structs/limit-testing']22opal-runtime = ['app-promotion', 'collator-selection', 'foreign-assets', 'pallet-test-utils', 'preimage', 'refungible']23pov-estimate = []24runtime-benchmarks = [25	"pallet-preimage/runtime-benchmarks",26	'cumulus-pallet-parachain-system/runtime-benchmarks',27	'frame-benchmarking',28	'frame-support/runtime-benchmarks',29	'frame-system-benchmarking',30	'frame-system/runtime-benchmarks',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-scheduler-v2/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	# 'pallet-contracts/std',70	# 'pallet-contracts-primitives/std',71	# 'pallet-contracts-rpc-runtime-api/std',72	# 'pallet-contract-helpers/std',73	"pallet-authorship/std",74	"pallet-preimage/std",75	"pallet-session/std",76	"pallet-state-trie-migration/std",77	"sp-consensus-aura/std",78	'app-promotion-rpc/std',79	'evm-coder/std',80	'fp-rpc/std',81	'fp-self-contained/std',82	'pallet-app-promotion/std',83	'pallet-balances-adapter/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-identity/std',97	'pallet-inflation/std',98	'pallet-nonfungible/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-scheduler-v2/std',107	'pallet-unique/std',108	'parachain-info/std',109	'serde',110	'sp-api/std',111	'sp-block-builder/std',112	'sp-core/std',113	'sp-inherents/std',114	'sp-io/std',115	'sp-offchain/std',116	'sp-runtime/std',117	'sp-session/std',118	'sp-std/std',119	'sp-transaction-pool/std',120	'sp-version/std',121	'up-common/std',122	'up-data-structs/std',123	'up-pov-estimate-rpc/std',124	'up-rpc/std',125	'up-sponsorship/std',126	'xcm-builder/std',127	'xcm-executor/std',128	'xcm/std',129130	"orml-tokens/std",131	"orml-traits/std",132	"orml-vesting/std",133	"orml-xcm-support/std",134	"orml-xtokens/std",135	"pallet-foreign-assets/std",136137	'pallet-maintenance/std',138	'pallet-test-utils/std',139]140try-runtime = [141	"pallet-authorship/try-runtime",142	"pallet-collator-selection/try-runtime",143	"pallet-identity/try-runtime",144	"pallet-preimage/try-runtime",145	"pallet-session/try-runtime",146	"pallet-state-trie-migration/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-balances-adapter/try-runtime',165	'pallet-base-fee/try-runtime',166	'pallet-charge-transaction/try-runtime',167	'pallet-common/try-runtime',168	'pallet-configuration/try-runtime',169	'pallet-ethereum/try-runtime',170	'pallet-evm-coder-substrate/try-runtime',171	'pallet-evm-contract-helpers/try-runtime',172	'pallet-evm-migration/try-runtime',173	'pallet-evm-transaction-payment/try-runtime',174	'pallet-evm/try-runtime',175	'pallet-foreign-assets/try-runtime',176	'pallet-fungible/try-runtime',177	'pallet-inflation/try-runtime',178	'pallet-maintenance/try-runtime',179	'pallet-nonfungible/try-runtime',180	'pallet-refungible/try-runtime',181	'pallet-structure/try-runtime',182	'pallet-sudo/try-runtime',183	'pallet-test-utils/try-runtime',184	'pallet-timestamp/try-runtime',185	'pallet-transaction-payment/try-runtime',186	'pallet-treasury/try-runtime',187	'pallet-unique-scheduler-v2/try-runtime',188	'pallet-unique/try-runtime',189	'pallet-xcm/try-runtime',190	'parachain-info/try-runtime',191]192193app-promotion = []194collator-selection = []195foreign-assets = []196pallet-test-utils = []197preimage = []198refungible = []199scheduler = []200201################################################################################202# local dependencies203204[dependencies]205# Note: `package = "parity-scale-codec"` must be supplied since the `Encode` macro searches for it.206codec = { workspace = true, package = "parity-scale-codec" }207208cumulus-pallet-aura-ext = { workspace = true }209cumulus-pallet-dmp-queue = { workspace = true }210cumulus-pallet-parachain-system = { workspace = true }211cumulus-pallet-xcm = { workspace = true }212cumulus-pallet-xcmp-queue = { workspace = true }213cumulus-primitives-core = { workspace = true }214cumulus-primitives-timestamp = { workspace = true }215cumulus-primitives-utility = { workspace = true }216frame-executive = { workspace = true }217frame-support = { workspace = true }218frame-system = { workspace = true }219frame-system-rpc-runtime-api = { workspace = true }220orml-tokens = { workspace = true }221orml-traits = { workspace = true }222orml-vesting = { workspace = true }223orml-xcm-support = { workspace = true }224orml-xtokens = { workspace = true }225pallet-aura = { workspace = true }226pallet-authorship = { workspace = true }227pallet-balances = { features = ["insecure_zero_ed"], workspace = true }228pallet-preimage = { workspace = true }229pallet-session = { workspace = true }230pallet-state-trie-migration = { workspace = true }231pallet-sudo = { workspace = true }232pallet-timestamp = { workspace = true }233pallet-transaction-payment = { workspace = true }234pallet-transaction-payment-rpc-runtime-api = { workspace = true }235pallet-treasury = { workspace = true }236pallet-xcm = { workspace = true }237parachain-info = { workspace = true }238polkadot-parachain = { workspace = true }239smallvec = { workspace = true }240sp-api = { workspace = true }241sp-arithmetic = { workspace = true }242sp-block-builder = { workspace = true }243sp-consensus-aura = { workspace = true }244sp-core = { workspace = true }245sp-inherents = { workspace = true }246sp-io = { workspace = true }247sp-offchain = { workspace = true }248sp-runtime = { workspace = true }249sp-session = { workspace = true }250sp-std = { workspace = true }251sp-transaction-pool = { workspace = true }252sp-version = { workspace = true }253xcm = { workspace = true }254xcm-builder = { workspace = true }255xcm-executor = { workspace = true }256257app-promotion-rpc = { workspace = true }258derivative = { workspace = true }259evm-coder = { workspace = true }260fp-evm = { workspace = true }261fp-rpc = { workspace = true }262fp-self-contained = { workspace = true }263log = { workspace = true }264num_enum = { workspace = true }265pallet-app-promotion = { workspace = true }266pallet-balances-adapter = { workspace = true }267pallet-base-fee = { workspace = true }268pallet-charge-transaction = { workspace = true }269pallet-collator-selection = { workspace = true }270pallet-common = { workspace = true }271pallet-configuration = { workspace = true }272pallet-ethereum = { workspace = true }273pallet-evm = { workspace = true }274pallet-evm-coder-substrate = { workspace = true }275pallet-evm-contract-helpers = { workspace = true }276pallet-evm-migration = { workspace = true }277pallet-evm-precompile-simple = { workspace = true }278pallet-evm-transaction-payment = { workspace = true }279pallet-foreign-assets = { workspace = true }280pallet-fungible = { workspace = true }281pallet-identity = { workspace = true }282pallet-inflation = { workspace = true }283pallet-maintenance = { workspace = true }284pallet-nonfungible = { workspace = true }285pallet-refungible = { workspace = true }286pallet-structure = { workspace = true }287pallet-unique = { workspace = true }288pallet-unique-scheduler-v2 = { workspace = true }289precompile-utils-macro = { workspace = true }290scale-info = { workspace = true }291up-common = { workspace = true }292up-data-structs = { workspace = true }293up-pov-estimate-rpc = { workspace = true }294up-rpc = { workspace = true }295up-sponsorship = { workspace = true }296297################################################################################298# Optional dependencies299300frame-benchmarking = { workspace = true, optional = true }301frame-system-benchmarking = { workspace = true, optional = true }302frame-try-runtime = { workspace = true, optional = true }303serde = { workspace = true, optional = true }304305################################################################################306# Test dependencies307308pallet-test-utils = { workspace = true }309310################################################################################311# Other Dependencies312313impl-trait-for-tuples = { workspace = true }314hex-literal = { workspace = true }315316[build-dependencies]317substrate-wasm-builder = { workspace = true }