git.delta.rocks / unique-network / refs/commits / 72b9f19daa15

difftreelog

source

runtime/quartz/Cargo.toml11.8 KiBsourcehistory
1################################################################################2# Package34[package]5authors = ['Unique Network <support@uniquenetwork.io>']6build = 'build.rs'7description = 'Quartz Runtime'8edition = '2021'9homepage = 'https://unique.network'10license = 'GPLv3'11name = 'quartz-runtime'12repository = 'https://github.com/UniqueNetwork/unique-chain'13version.workspace = true1415[package.metadata.docs.rs]16targets = ['x86_64-unknown-linux-gnu']1718[features]19become-sapphire = []20default = ['quartz-runtime', 'std']21limit-testing = ['pallet-unique/limit-testing', 'up-data-structs/limit-testing']22pov-estimate = []23quartz-runtime = ['app-promotion', 'collator-selection', 'foreign-assets', 'governance', 'preimage', 'refungible']24runtime-benchmarks = [25	"pallet-preimage/runtime-benchmarks",26	'cumulus-pallet-parachain-system/runtime-benchmarks',27	'parachains-common/runtime-benchmarks',28	'frame-benchmarking',29	'frame-support/runtime-benchmarks',30	'frame-system-benchmarking',31	'frame-system/runtime-benchmarks',32	'pallet-app-promotion/runtime-benchmarks',33	'pallet-balances/runtime-benchmarks',34	'pallet-collator-selection/runtime-benchmarks',35	'pallet-collective/runtime-benchmarks',36	'pallet-collective/runtime-benchmarks',37	'pallet-common/runtime-benchmarks',38	'pallet-configuration/runtime-benchmarks',39	'pallet-democracy/runtime-benchmarks',40	'pallet-democracy/runtime-benchmarks',41	'pallet-ethereum/runtime-benchmarks',42	'pallet-evm-coder-substrate/runtime-benchmarks',43	'pallet-evm-migration/runtime-benchmarks',44	'pallet-foreign-assets/runtime-benchmarks',45	'pallet-fungible/runtime-benchmarks',46	'pallet-identity/runtime-benchmarks',47	'pallet-inflation/runtime-benchmarks',48	'pallet-maintenance/runtime-benchmarks',49	'pallet-membership/runtime-benchmarks',50	'pallet-membership/runtime-benchmarks',51	'pallet-nonfungible/runtime-benchmarks',52	'pallet-ranked-collective/runtime-benchmarks',53	'pallet-referenda/runtime-benchmarks',54	'pallet-refungible/runtime-benchmarks',55	'pallet-scheduler/runtime-benchmarks',56	'pallet-scheduler/runtime-benchmarks',57	'pallet-structure/runtime-benchmarks',58	'pallet-timestamp/runtime-benchmarks',59	'pallet-unique/runtime-benchmarks',60	'pallet-utility/runtime-benchmarks',61	'pallet-xcm/runtime-benchmarks',62	'pallet-message-queue/runtime-benchmarks',63	'polkadot-runtime-common/runtime-benchmarks',64	'sp-runtime/runtime-benchmarks',65	'staging-xcm-builder/runtime-benchmarks',66]67std = [68	'cumulus-pallet-aura-ext/std',69	'cumulus-pallet-parachain-system/std',70	'cumulus-pallet-xcm/std',71	'cumulus-pallet-xcmp-queue/std',72	'cumulus-primitives-core/std',73	'cumulus-primitives-utility/std',74	'parachains-common/std',75	'frame-executive/std',76	'frame-support/std',77	'frame-system-rpc-runtime-api/std',78	'frame-system/std',79	'frame-try-runtime/std',80	'pallet-aura/std',81	'pallet-balances-adapter/std',82	'pallet-balances/std',83	'pallet-collective/std',84	'pallet-democracy/std',85	'pallet-membership/std',86	'pallet-scheduler/std',87	'parity-scale-codec/std',88	# 'pallet-contracts/std',89	# 'pallet-contracts-primitives/std',90	# 'pallet-contracts-rpc-runtime-api/std',91	# 'pallet-contract-helpers/std',92	"pallet-authorship/std",93	"pallet-identity/std",94	"pallet-preimage/std",95	"pallet-session/std",96	"pallet-state-trie-migration/std",97	"sp-consensus-aura/std",98	'app-promotion-rpc/std',99	'evm-coder/std',100	'fp-rpc/std',101	'fp-self-contained/std',102	'pallet-app-promotion/std',103	'pallet-base-fee/std',104	'pallet-charge-transaction/std',105	'pallet-collator-selection/std',106	'pallet-collective/std',107	'pallet-common/std',108	'pallet-configuration/std',109	'pallet-democracy/std',110	'pallet-ethereum/std',111	'pallet-evm-coder-substrate/std',112	'pallet-evm-contract-helpers/std',113	'pallet-evm-migration/std',114	'pallet-evm-transaction-payment/std',115	'pallet-evm/std',116	'pallet-fungible/std',117	'pallet-gov-origins/std',118	'pallet-inflation/std',119	'pallet-membership/std',120	'pallet-nonfungible/std',121	'pallet-ranked-collective/std',122	'pallet-referenda/std',123	'pallet-refungible/std',124	'pallet-scheduler/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-transaction-pool/std',147	'sp-version/std',148	'sp-genesis-builder/std',149	'staging-parachain-info/std',150	'staging-xcm-builder/std',151	'staging-xcm-executor/std',152	'staging-xcm/std',153	'up-common/std',154	'up-data-structs/std',155	'up-pov-estimate-rpc/std',156	'up-rpc/std',157	'up-sponsorship/std',158159	"orml-traits/std",160	"orml-vesting/std",161	"orml-xcm-support/std",162	"orml-xtokens/std",163	"pallet-foreign-assets/std",164	"pallet-maintenance/std",165]166try-runtime = [167	"pallet-authorship/try-runtime",168	"pallet-collator-selection/try-runtime",169	"pallet-identity/try-runtime",170	"pallet-preimage/try-runtime",171	"pallet-session/try-runtime",172	"pallet-state-trie-migration/try-runtime",173	'cumulus-pallet-aura-ext/try-runtime',174	'cumulus-pallet-dmp-queue/try-runtime',175	'cumulus-pallet-parachain-system/try-runtime',176	'cumulus-pallet-xcm/try-runtime',177	'cumulus-pallet-xcmp-queue/try-runtime',178	'fp-self-contained/try-runtime',179	'frame-executive/try-runtime',180	'frame-support/try-runtime',181	'frame-system/try-runtime',182	'frame-try-runtime',183	'orml-vesting/try-runtime',184	'orml-xtokens/try-runtime',185	'pallet-app-promotion/try-runtime',186	'pallet-aura/try-runtime',187	'pallet-balances-adapter/try-runtime',188	'pallet-balances/try-runtime',189	'pallet-charge-transaction/try-runtime',190	'pallet-collective/try-runtime',191	'pallet-common/try-runtime',192	'pallet-configuration/try-runtime',193	'pallet-democracy/try-runtime',194	'pallet-ethereum/try-runtime',195	'pallet-evm-coder-substrate/try-runtime',196	'pallet-evm-contract-helpers/try-runtime',197	'pallet-evm-migration/try-runtime',198	'pallet-evm-transaction-payment/try-runtime',199	'pallet-evm/try-runtime',200	'pallet-foreign-assets/try-runtime',201	'pallet-fungible/try-runtime',202	'pallet-gov-origins/try-runtime',203	'pallet-inflation/try-runtime',204	'pallet-maintenance/try-runtime',205	'pallet-membership/try-runtime',206	'pallet-nonfungible/try-runtime',207	'pallet-ranked-collective/try-runtime',208	'pallet-referenda/try-runtime',209	'pallet-refungible/try-runtime',210	'pallet-scheduler/try-runtime',211	'pallet-structure/try-runtime',212	'pallet-sudo/try-runtime',213	'pallet-timestamp/try-runtime',214	'pallet-transaction-payment/try-runtime',215	'pallet-treasury/try-runtime',216	'pallet-unique/try-runtime',217	'pallet-utility/try-runtime',218	'pallet-xcm/try-runtime',219	'pallet-message-queue/try-runtime',220	'polkadot-runtime-common/try-runtime',221	'staging-parachain-info/try-runtime',222]223224app-promotion = []225collator-selection = []226fast-inflation = []227foreign-assets = []228gov-test-timings = []229governance = []230preimage = []231refungible = []232session-test-timings = []233234################################################################################235# local dependencies236237[dependencies]238cumulus-pallet-aura-ext = { workspace = true }239cumulus-pallet-dmp-queue = { workspace = true }240cumulus-pallet-parachain-system = { workspace = true }241cumulus-pallet-xcm = { workspace = true }242cumulus-pallet-xcmp-queue = { workspace = true }243cumulus-primitives-core = { workspace = true }244cumulus-primitives-timestamp = { workspace = true }245cumulus-primitives-utility = { workspace = true }246parachains-common = { workspace = true }247frame-executive = { workspace = true }248frame-support = { workspace = true }249frame-system = { workspace = true }250frame-system-rpc-runtime-api = { workspace = true }251orml-traits = { workspace = true }252orml-vesting = { workspace = true }253orml-xcm-support = { workspace = true }254orml-xtokens = { workspace = true }255pallet-aura = { workspace = true }256pallet-authorship = { workspace = true }257pallet-balances = { features = ["insecure_zero_ed"], workspace = true }258pallet-preimage = { workspace = true }259pallet-session = { workspace = true }260pallet-state-trie-migration = { workspace = true }261pallet-sudo = { workspace = true }262pallet-timestamp = { workspace = true }263pallet-transaction-payment = { workspace = true }264pallet-transaction-payment-rpc-runtime-api = { workspace = true }265pallet-treasury = { workspace = true }266pallet-utility = { workspace = true }267pallet-xcm = { workspace = true }268pallet-message-queue = { workspace = true }269parity-scale-codec = { workspace = true }270polkadot-parachain-primitives = { workspace = true }271polkadot-runtime-common = { workspace = true }272smallvec = { workspace = true }273sp-api = { workspace = true }274sp-arithmetic = { workspace = true }275sp-block-builder = { workspace = true }276sp-consensus-aura = { workspace = true }277sp-core = { workspace = true }278sp-inherents = { workspace = true }279sp-io = { workspace = true }280sp-offchain = { workspace = true }281sp-runtime = { workspace = true }282sp-session = { workspace = true }283sp-std = { workspace = true }284sp-storage = { workspace = true }285sp-transaction-pool = { workspace = true }286sp-version = { workspace = true }287sp-genesis-builder = { workspace = true }288staging-parachain-info = { workspace = true }289staging-xcm = { workspace = true }290staging-xcm-builder = { workspace = true }291staging-xcm-executor = { workspace = true }292293app-promotion-rpc = { workspace = true }294derivative = { workspace = true }295fp-evm = { workspace = true }296log = { workspace = true }297pallet-app-promotion = { workspace = true }298pallet-balances-adapter = { workspace = true }299pallet-collator-selection = { workspace = true }300pallet-collective = { workspace = true }301pallet-common = { workspace = true }302pallet-configuration = { workspace = true }303pallet-democracy = { workspace = true }304pallet-fungible = { workspace = true }305pallet-gov-origins = { workspace = true }306pallet-identity = { workspace = true }307pallet-inflation = { workspace = true }308pallet-membership = { workspace = true }309pallet-nonfungible = { workspace = true }310pallet-ranked-collective = { workspace = true }311pallet-referenda = { workspace = true }312pallet-refungible = { workspace = true }313pallet-scheduler = { workspace = true }314pallet-structure = { workspace = true }315pallet-unique = { workspace = true }316scale-info = { workspace = true }317up-common = { workspace = true }318up-data-structs = { workspace = true }319up-pov-estimate-rpc = { workspace = true }320up-rpc = { workspace = true }321# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }322evm-coder = { workspace = true }323fp-rpc = { workspace = true }324fp-self-contained = { workspace = true }325num_enum = { version = "0.7.0", default-features = false }326pallet-base-fee = { workspace = true }327pallet-charge-transaction = { workspace = true }328pallet-ethereum = { workspace = true }329pallet-evm = { workspace = true }330pallet-evm-coder-substrate = { workspace = true }331pallet-evm-contract-helpers = { workspace = true }332pallet-evm-migration = { workspace = true }333pallet-evm-precompile-simple = { workspace = true }334pallet-evm-transaction-payment = { workspace = true }335pallet-foreign-assets = { workspace = true }336pallet-maintenance = { workspace = true }337precompile-utils-macro = { workspace = true }338up-sponsorship = { workspace = true }339340################################################################################341# Optional dependencies342343frame-benchmarking = { workspace = true, optional = true }344frame-system-benchmarking = { workspace = true, optional = true }345frame-try-runtime = { workspace = true, optional = true }346serde = { workspace = true, optional = true }347348349################################################################################350# Test dependencies351352pallet-test-utils = { workspace = true }353354################################################################################355# Other Dependencies356357hex-literal = { workspace = true }358impl-trait-for-tuples = { workspace = true }359360[build-dependencies]361substrate-wasm-builder = { workspace = true }