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

difftreelog

source

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