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

difftreelog

source

runtime/Cargo.toml5.5 KiBsourcehistory
1[features]2default = ['std']3std = [4    'aura/std',5    'balances/std',6    'codec/std',7    'contracts/std',8    'contracts-primitives/std',9    'contracts-rpc-runtime-api/std',10    'frame-executive/std',11    'frame-support/std',12    'grandpa/std',13    'randomness-collective-flip/std',14    'serde',15    'sp-api/std',16    'sp-block-builder/std',17    'sp-consensus-aura/std',18    'sp-core/std',19    'sp-inherents/std',20    'sp-io/std',21    'sp-offchain/std',22    'sp-runtime/std',23    'sp-session/std',24    'sp-std/std',25    'sp-transaction-pool/std',26    'sp-version/std',27    'sudo/std',28    'system/std',29    'timestamp/std',30    'staking/std',31    'transaction-payment/std',32    'nft/std',33]34[dependencies.aura]35default-features = false36git = 'https://github.com/paritytech/substrate.git'37package = 'pallet-aura'38tag = 'v2.0.0-rc4'39version = '2.0.0-rc4'4041[dependencies.balances]42default-features = false43git = 'https://github.com/paritytech/substrate.git'44package = 'pallet-balances'45tag = 'v2.0.0-rc4'46version = '2.0.0-rc4'4748[dependencies.codec]49default-features = false50features = ['derive']51package = 'parity-scale-codec'52version = '1.3.1'5354[dependencies.contracts]55git = 'https://github.com/paritytech/substrate.git'56default-features = false57package = 'pallet-contracts'58tag = 'v2.0.0-rc4'59version = '2.0.0-rc4'6061[dependencies.contracts-primitives]62git = 'https://github.com/paritytech/substrate.git'63default-features = false64package = 'pallet-contracts-primitives'65tag = 'v2.0.0-rc4'66version = '2.0.0-rc4'6768[dependencies.contracts-rpc-runtime-api]69git = 'https://github.com/paritytech/substrate.git'70default-features = false71package = 'pallet-contracts-rpc-runtime-api'72version = '0.8.0-rc4'73tag = 'v2.0.0-rc4'7475[dependencies.frame-executive]76default-features = false77git = 'https://github.com/paritytech/substrate.git'78tag = 'v2.0.0-rc4'79version = '2.0.0-rc4'8081[dependencies.frame-support]82default-features = false83git = 'https://github.com/paritytech/substrate.git'84tag = 'v2.0.0-rc4'85version = '2.0.0-rc4'8687[dependencies.grandpa]88default-features = false89git = 'https://github.com/paritytech/substrate.git'90package = 'pallet-grandpa'91tag = 'v2.0.0-rc4'92version = '2.0.0-rc4'9394[dependencies.randomness-collective-flip]95default-features = false96git = 'https://github.com/paritytech/substrate.git'97package = 'pallet-randomness-collective-flip'98tag = 'v2.0.0-rc4'99version = '2.0.0-rc4'100101[dependencies.serde]102features = ['derive']103optional = true104version = '1.0.101'105106[dependencies.sp-api]107default-features = false108git = 'https://github.com/paritytech/substrate.git'109tag = 'v2.0.0-rc4'110version = '2.0.0-rc4'111112[dependencies.sp-block-builder]113default-features = false114git = 'https://github.com/paritytech/substrate.git'115tag = 'v2.0.0-rc4'116version = '2.0.0-rc4'117118[dependencies.sp-consensus-aura]119default-features = false120git = 'https://github.com/paritytech/substrate.git'121tag = 'v2.0.0-rc4'122version = '0.8.0-rc4'123124[dependencies.sp-core]125default-features = false126git = 'https://github.com/paritytech/substrate.git'127tag = 'v2.0.0-rc4'128version = '2.0.0-rc4'129130[dependencies.sp-inherents]131default-features = false132git = 'https://github.com/paritytech/substrate.git'133tag = 'v2.0.0-rc4'134version = '2.0.0-rc4'135136[dependencies.sp-io]137default-features = false138git = 'https://github.com/paritytech/substrate.git'139tag = 'v2.0.0-rc4'140version = '2.0.0-rc4'141142[dependencies.sp-offchain]143default-features = false144git = 'https://github.com/paritytech/substrate.git'145tag = 'v2.0.0-rc4'146version = '2.0.0-rc4'147148[dependencies.sp-runtime]149default-features = false150git = 'https://github.com/paritytech/substrate.git'151tag = 'v2.0.0-rc4'152version = '2.0.0-rc4'153154[dependencies.sp-session]155default-features = false156git = 'https://github.com/paritytech/substrate.git'157tag = 'v2.0.0-rc4'158version = '2.0.0-rc4'159160[dependencies.sp-std]161default-features = false162git = 'https://github.com/paritytech/substrate.git'163tag = 'v2.0.0-rc4'164version = '2.0.0-rc4'165166[dependencies.sp-transaction-pool]167default-features = false168git = 'https://github.com/paritytech/substrate.git'169tag = 'v2.0.0-rc4'170version = '2.0.0-rc4'171172[dependencies.sp-version]173default-features = false174git = 'https://github.com/paritytech/substrate.git'175tag = 'v2.0.0-rc4'176version = '2.0.0-rc4'177178[dependencies.sudo]179default-features = false180git = 'https://github.com/paritytech/substrate.git'181package = 'pallet-sudo'182tag = 'v2.0.0-rc4'183version = '2.0.0-rc4'184185[dependencies.system]186default-features = false187git = 'https://github.com/paritytech/substrate.git'188package = 'frame-system'189tag = 'v2.0.0-rc4'190version = '2.0.0-rc4'191192[dependencies.nft]193default-features = false194package = 'pallet-nft'195path = '../pallets/nft'196version = '2.0.0-rc4'197198[dependencies.timestamp]199default-features = false200git = 'https://github.com/paritytech/substrate.git'201package = 'pallet-timestamp'202tag = 'v2.0.0-rc4'203version = '2.0.0-rc4'204205206[dependencies.staking]207default-features = false208git = 'https://github.com/paritytech/substrate.git'209package = 'pallet-staking'210tag = 'v2.0.0-rc4'211version = '2.0.0-rc4'212213[dependencies.transaction-payment]214default-features = false215git = 'https://github.com/paritytech/substrate.git'216package = 'pallet-transaction-payment'217tag = 'v2.0.0-rc4'218version = '2.0.0-rc4'219220[package]221authors = ['UseTech']222edition = '2018'223homepage = 'https://usetech.com/blockchain'224license = 'Unlicense'225name = 'nft-runtime'226repository = 'https://github.com/usetech-llc/nft_parachain/'227version = '2.0.0-rc4'228229[package.metadata.docs.rs]230targets = ['x86_64-unknown-linux-gnu']231232[build-dependencies.wasm-builder-runner]233git = 'https://github.com/paritytech/substrate.git'234package = 'substrate-wasm-builder-runner'235tag = 'v2.0.0-rc4'236version = '1.0.5'