git.delta.rocks / unique-network / refs/commits / 5f9676850759

difftreelog

source

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