git.delta.rocks / unique-network / refs/commits / 7eeb64bd9e5e

difftreelog

source

runtime/opal/Cargo.toml11.9 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 = [22	'app-promotion',23	'collator-selection',24	'foreign-assets',25	'governance',26	'pallet-test-utils',27	'preimage',28	'refungible',29]30pov-estimate = []31runtime-benchmarks = [32	"pallet-preimage/runtime-benchmarks",33	'cumulus-pallet-parachain-system/runtime-benchmarks',34	'parachains-common/runtime-benchmarks',35	'frame-benchmarking',36	'frame-support/runtime-benchmarks',37	'frame-system-benchmarking',38	'frame-system/runtime-benchmarks',39	'pallet-app-promotion/runtime-benchmarks',40	'pallet-balances/runtime-benchmarks',41	'pallet-collator-selection/runtime-benchmarks',42	'pallet-collective/runtime-benchmarks',43	'pallet-common/runtime-benchmarks',44	'pallet-configuration/runtime-benchmarks',45	'pallet-democracy/runtime-benchmarks',46	'pallet-ethereum/runtime-benchmarks',47	'pallet-evm-coder-substrate/runtime-benchmarks',48	'pallet-evm-migration/runtime-benchmarks',49	'pallet-foreign-assets/runtime-benchmarks',50	'pallet-fungible/runtime-benchmarks',51	'pallet-identity/runtime-benchmarks',52	'pallet-inflation/runtime-benchmarks',53	'pallet-maintenance/runtime-benchmarks',54	'pallet-membership/runtime-benchmarks',55	'pallet-nonfungible/runtime-benchmarks',56	'pallet-ranked-collective/runtime-benchmarks',57	'pallet-referenda/runtime-benchmarks',58	'pallet-refungible/runtime-benchmarks',59	'pallet-scheduler/runtime-benchmarks',60	'pallet-structure/runtime-benchmarks',61	'pallet-timestamp/runtime-benchmarks',62	'pallet-unique/runtime-benchmarks',63	'pallet-utility/runtime-benchmarks',64	'pallet-xcm/runtime-benchmarks',65	'pallet-message-queue/runtime-benchmarks',66	'polkadot-runtime-common/runtime-benchmarks',67	'sp-runtime/runtime-benchmarks',68	'staging-xcm-builder/runtime-benchmarks',69]70std = [71	'cumulus-pallet-aura-ext/std',72	'cumulus-pallet-parachain-system/std',73	'cumulus-pallet-xcm/std',74	'cumulus-pallet-xcmp-queue/std',75	'cumulus-primitives-aura/std',76	'cumulus-primitives-core/std',77	'cumulus-primitives-utility/std',78	'parachains-common/std',79	'frame-executive/std',80	'frame-support/std',81	'frame-system-rpc-runtime-api/std',82	'frame-system/std',83	'frame-try-runtime/std',84	'pallet-aura/std',85	'pallet-balances/std',86	'pallet-collective/std',87	'pallet-democracy/std',88	'pallet-gov-origins/std',89	'pallet-membership/std',90	'pallet-ranked-collective/std',91	'pallet-referenda/std',92	'pallet-scheduler/std',93	'parity-scale-codec/std',94	# 'pallet-contracts/std',95	# 'pallet-contracts-primitives/std',96	# 'pallet-contracts-rpc-runtime-api/std',97	# 'pallet-contract-helpers/std',98	"pallet-authorship/std",99	"pallet-preimage/std",100	"pallet-session/std",101	"pallet-state-trie-migration/std",102	"sp-consensus-aura/std",103	'app-promotion-rpc/std',104	'evm-coder/std',105	'fp-rpc/std',106	'fp-self-contained/std',107	'pallet-app-promotion/std',108	'pallet-balances-adapter/std',109	'pallet-base-fee/std',110	'pallet-charge-transaction/std',111	'pallet-collator-selection/std',112	'pallet-common/std',113	'pallet-configuration/std',114	'pallet-ethereum/std',115	'pallet-evm-coder-substrate/std',116	'pallet-evm-contract-helpers/std',117	'pallet-evm-migration/std',118	'pallet-evm-transaction-payment/std',119	'pallet-evm/std',120	'pallet-fungible/std',121	'pallet-identity/std',122	'pallet-inflation/std',123	'pallet-nonfungible/std',124	'pallet-refungible/std',125	'pallet-structure/std',126	'pallet-sudo/std',127	'pallet-timestamp/std',128	'pallet-transaction-payment-rpc-runtime-api/std',129	'pallet-transaction-payment/std',130	'pallet-treasury/std',131	'pallet-unique/std',132	'pallet-utility/std',133	'pallet-xcm/std',134	'pallet-message-queue/std',135	'polkadot-runtime-common/std',136	'serde',137	'sp-api/std',138	'sp-block-builder/std',139	'sp-core/std',140	'sp-inherents/std',141	'sp-io/std',142	'sp-offchain/std',143	'sp-runtime/std',144	'sp-session/std',145	'sp-std/std',146	'sp-storage/std',147	'sp-transaction-pool/std',148	'sp-version/std',149	'sp-genesis-builder/std',150	'staging-parachain-info/std',151	'staging-xcm-builder/std',152	'staging-xcm-executor/std',153	'staging-xcm/std',154	'up-common/std',155	'up-data-structs/std',156	'up-pov-estimate-rpc/std',157	'up-rpc/std',158	'up-sponsorship/std',159160	"orml-traits/std",161	"orml-vesting/std",162	"orml-xcm-support/std",163	"orml-xtokens/std",164	"pallet-foreign-assets/std",165166	'pallet-maintenance/std',167	'pallet-test-utils?/std',168]169try-runtime = [170	"pallet-authorship/try-runtime",171	"pallet-collator-selection/try-runtime",172	"pallet-identity/try-runtime",173	"pallet-preimage/try-runtime",174	"pallet-session/try-runtime",175	"pallet-state-trie-migration/try-runtime",176	'cumulus-pallet-aura-ext/try-runtime',177	'cumulus-pallet-dmp-queue/try-runtime',178	'cumulus-pallet-parachain-system/try-runtime',179	'cumulus-pallet-xcm/try-runtime',180	'cumulus-pallet-xcmp-queue/try-runtime',181	'fp-self-contained/try-runtime',182	'frame-executive/try-runtime',183	'frame-support/try-runtime',184	'frame-system/try-runtime',185	'frame-try-runtime',186	'frame-try-runtime?/try-runtime',187	'orml-vesting/try-runtime',188	'orml-xtokens/try-runtime',189	'pallet-app-promotion/try-runtime',190	'pallet-aura/try-runtime',191	'pallet-balances-adapter/try-runtime',192	'pallet-balances/try-runtime',193	'pallet-base-fee/try-runtime',194	'pallet-charge-transaction/try-runtime',195	'pallet-collective/try-runtime',196	'pallet-collective/try-runtime',197	'pallet-common/try-runtime',198	'pallet-configuration/try-runtime',199	'pallet-democracy/try-runtime',200	'pallet-democracy/try-runtime',201	'pallet-ethereum/try-runtime',202	'pallet-evm-coder-substrate/try-runtime',203	'pallet-evm-contract-helpers/try-runtime',204	'pallet-evm-migration/try-runtime',205	'pallet-evm-transaction-payment/try-runtime',206	'pallet-evm/try-runtime',207	'pallet-foreign-assets/try-runtime',208	'pallet-fungible/try-runtime',209	'pallet-gov-origins/try-runtime',210	'pallet-inflation/try-runtime',211	'pallet-maintenance/try-runtime',212	'pallet-membership/try-runtime',213	'pallet-membership/try-runtime',214	'pallet-nonfungible/try-runtime',215	'pallet-ranked-collective/try-runtime',216	'pallet-referenda/try-runtime',217	'pallet-refungible/try-runtime',218	'pallet-scheduler/try-runtime',219	'pallet-scheduler/try-runtime',220	'pallet-structure/try-runtime',221	'pallet-sudo/try-runtime',222	'pallet-test-utils?/try-runtime',223	'pallet-timestamp/try-runtime',224	'pallet-transaction-payment/try-runtime',225	'pallet-treasury/try-runtime',226	'pallet-unique/try-runtime',227	'pallet-utility/try-runtime',228	'pallet-xcm/try-runtime',229	'pallet-message-queue/try-runtime',230	'polkadot-runtime-common/try-runtime',231	'staging-parachain-info/try-runtime',232]233234app-promotion = []235collator-selection = []236fast-inflation = []237foreign-assets = []238gov-test-timings = []239governance = []240lookahead = ['cumulus-pallet-parachain-system/parameterized-consensus-hook', 'pallet-aura/experimental']241preimage = []242refungible = []243session-test-timings = []244245################################################################################246# local dependencies247248[dependencies]249cumulus-pallet-aura-ext = { workspace = true }250cumulus-pallet-dmp-queue = { workspace = true }251cumulus-pallet-parachain-system = { workspace = true }252cumulus-pallet-xcm = { workspace = true }253cumulus-pallet-xcmp-queue = { workspace = true }254cumulus-primitives-aura = { workspace = true }255cumulus-primitives-core = { workspace = true }256cumulus-primitives-timestamp = { workspace = true }257cumulus-primitives-utility = { workspace = true }258parachains-common = { workspace = true }259frame-executive = { workspace = true }260frame-support = { workspace = true }261frame-system = { workspace = true }262frame-system-rpc-runtime-api = { workspace = true }263orml-traits = { workspace = true }264orml-vesting = { workspace = true }265orml-xcm-support = { workspace = true }266orml-xtokens = { workspace = true }267pallet-aura = { workspace = true }268pallet-authorship = { workspace = true }269pallet-balances = { features = ["insecure_zero_ed"], workspace = true }270pallet-preimage = { workspace = true }271pallet-session = { workspace = true }272pallet-state-trie-migration = { workspace = true }273pallet-sudo = { workspace = true }274pallet-timestamp = { workspace = true }275pallet-transaction-payment = { workspace = true }276pallet-transaction-payment-rpc-runtime-api = { workspace = true }277pallet-treasury = { workspace = true }278pallet-utility = { workspace = true }279pallet-xcm = { workspace = true }280pallet-message-queue = { workspace = true }281parity-scale-codec = { workspace = true }282polkadot-parachain-primitives = { workspace = true }283polkadot-runtime-common = { workspace = true }284smallvec = { workspace = true }285sp-api = { workspace = true }286sp-arithmetic = { workspace = true }287sp-block-builder = { workspace = true }288sp-consensus-aura = { workspace = true }289sp-core = { workspace = true }290sp-inherents = { workspace = true }291sp-io = { workspace = true }292sp-offchain = { workspace = true }293sp-runtime = { workspace = true }294sp-session = { workspace = true }295sp-std = { workspace = true }296sp-storage = { workspace = true }297sp-transaction-pool = { workspace = true }298sp-version = { workspace = true }299sp-genesis-builder = { workspace = true }300staging-parachain-info = { workspace = true }301staging-xcm = { workspace = true }302staging-xcm-builder = { workspace = true }303staging-xcm-executor = { workspace = true }304305app-promotion-rpc = { workspace = true }306derivative = { workspace = true }307evm-coder = { workspace = true }308fp-evm = { workspace = true }309fp-rpc = { workspace = true }310fp-self-contained = { workspace = true }311log = { workspace = true }312num_enum = { workspace = true }313pallet-app-promotion = { workspace = true }314pallet-balances-adapter = { workspace = true }315pallet-base-fee = { workspace = true }316pallet-charge-transaction = { workspace = true }317pallet-collator-selection = { workspace = true }318pallet-collective = { workspace = true }319pallet-common = { workspace = true }320pallet-configuration = { workspace = true }321pallet-democracy = { workspace = true }322pallet-ethereum = { workspace = true }323pallet-evm = { workspace = true }324pallet-evm-coder-substrate = { workspace = true }325pallet-evm-contract-helpers = { workspace = true }326pallet-evm-migration = { workspace = true }327pallet-evm-precompile-simple = { workspace = true }328pallet-evm-transaction-payment = { workspace = true }329pallet-foreign-assets = { workspace = true }330pallet-fungible = { workspace = true }331pallet-gov-origins = { workspace = true }332pallet-identity = { workspace = true }333pallet-inflation = { workspace = true }334pallet-maintenance = { workspace = true }335pallet-membership = { workspace = true }336pallet-nonfungible = { workspace = true }337pallet-ranked-collective = { workspace = true }338pallet-referenda = { workspace = true }339pallet-refungible = { workspace = true }340pallet-scheduler = { workspace = true }341pallet-structure = { workspace = true }342pallet-unique = { workspace = true }343precompile-utils-macro = { workspace = true }344scale-info = { workspace = true }345up-common = { workspace = true }346up-data-structs = { workspace = true }347up-pov-estimate-rpc = { workspace = true }348up-rpc = { workspace = true }349up-sponsorship = { workspace = true }350351################################################################################352# Optional dependencies353354frame-benchmarking = { workspace = true, optional = true }355frame-system-benchmarking = { workspace = true, optional = true }356frame-try-runtime = { workspace = true, optional = true }357serde = { workspace = true, optional = true }358359################################################################################360# Test dependencies361362pallet-test-utils = { workspace = true, optional = true }363364################################################################################365# Other Dependencies366367hex-literal = { workspace = true }368impl-trait-for-tuples = { workspace = true }369370[build-dependencies]371substrate-wasm-builder = { workspace = true }