1[dependencies.aura]2default-features = false3git = 'https://github.com/paritytech/substrate.git'4package = 'pallet-aura'5tag = 'v2.0.0-rc3'6version = '2.0.0-rc3'78[dependencies.balances]9default-features = false10git = 'https://github.com/paritytech/substrate.git'11package = 'pallet-balances'12tag = 'v2.0.0-rc3'13version = '2.0.0-rc3'1415[dependencies.codec]16default-features = false17features = ['derive']18package = 'parity-scale-codec'19version = '1.3.0'2021[dependencies.contracts]22git = 'https://github.com/paritytech/substrate.git'23default-features = false24package = 'pallet-contracts'25tag = 'v2.0.0-rc3'26version = '2.0.0-rc3'2728[dependencies.contracts-primitives]29git = 'https://github.com/paritytech/substrate.git'30default-features = false31package = 'pallet-contracts-primitives'32tag = 'v2.0.0-rc3'33version = '2.0.0-rc3'3435[dependencies.contracts-rpc-runtime-api]36git = 'https://github.com/paritytech/substrate.git'37default-features = false38package = 'pallet-contracts-rpc-runtime-api'39version = '0.8.0-rc3'40tag = 'v2.0.0-rc3'4142[dependencies.frame-executive]43default-features = false44git = 'https://github.com/paritytech/substrate.git'45tag = 'v2.0.0-rc3'46version = '2.0.0-rc3'4748[dependencies.frame-support]49default-features = false50git = 'https://github.com/paritytech/substrate.git'51tag = 'v2.0.0-rc3'52version = '2.0.0-rc3'5354[dependencies.grandpa]55default-features = false56git = 'https://github.com/paritytech/substrate.git'57package = 'pallet-grandpa'58tag = 'v2.0.0-rc3'59version = '2.0.0-rc3'6061[dependencies.randomness-collective-flip]62default-features = false63git = 'https://github.com/paritytech/substrate.git'64package = 'pallet-randomness-collective-flip'65tag = 'v2.0.0-rc3'66version = '2.0.0-rc3'6768[dependencies.serde]69features = ['derive']70optional = true71version = '1.0.101'7273[dependencies.sp-api]74default-features = false75git = 'https://github.com/paritytech/substrate.git'76tag = 'v2.0.0-rc3'77version = '2.0.0-rc3'7879[dependencies.sp-block-builder]80default-features = false81git = 'https://github.com/paritytech/substrate.git'82tag = 'v2.0.0-rc3'83version = '2.0.0-rc3'8485[dependencies.sp-consensus-aura]86default-features = false87git = 'https://github.com/paritytech/substrate.git'88tag = 'v2.0.0-rc3'89version = '0.8.0-rc3'9091[dependencies.sp-core]92default-features = false93git = 'https://github.com/paritytech/substrate.git'94tag = 'v2.0.0-rc3'95version = '2.0.0-rc3'9697[dependencies.sp-inherents]98default-features = false99git = 'https://github.com/paritytech/substrate.git'100tag = 'v2.0.0-rc3'101version = '2.0.0-rc3'102103[dependencies.sp-io]104default-features = false105git = 'https://github.com/paritytech/substrate.git'106tag = 'v2.0.0-rc3'107version = '2.0.0-rc3'108109[dependencies.sp-offchain]110default-features = false111git = 'https://github.com/paritytech/substrate.git'112tag = 'v2.0.0-rc3'113version = '2.0.0-rc3'114115[dependencies.sp-runtime]116default-features = false117git = 'https://github.com/paritytech/substrate.git'118tag = 'v2.0.0-rc3'119version = '2.0.0-rc3'120121[dependencies.sp-session]122default-features = false123git = 'https://github.com/paritytech/substrate.git'124tag = 'v2.0.0-rc3'125version = '2.0.0-rc3'126127[dependencies.sp-std]128default-features = false129git = 'https://github.com/paritytech/substrate.git'130tag = 'v2.0.0-rc3'131version = '2.0.0-rc3'132133[dependencies.sp-transaction-pool]134default-features = false135git = 'https://github.com/paritytech/substrate.git'136tag = 'v2.0.0-rc3'137version = '2.0.0-rc3'138139[dependencies.sp-version]140default-features = false141git = 'https://github.com/paritytech/substrate.git'142tag = 'v2.0.0-rc3'143version = '2.0.0-rc3'144145[dependencies.sudo]146default-features = false147git = 'https://github.com/paritytech/substrate.git'148package = 'pallet-sudo'149tag = 'v2.0.0-rc3'150version = '2.0.0-rc3'151152[dependencies.system]153default-features = false154git = 'https://github.com/paritytech/substrate.git'155package = 'frame-system'156tag = 'v2.0.0-rc3'157version = '2.0.0-rc3'158159[dependencies.nft]160default-features = false161package = 'pallet-nft'162path = '../pallets/nft'163version = '2.0.0-rc3'164165[dependencies.timestamp]166default-features = false167git = 'https://github.com/paritytech/substrate.git'168package = 'pallet-timestamp'169tag = 'v2.0.0-rc3'170version = '2.0.0-rc3'171172[dependencies.transaction-payment]173default-features = false174git = 'https://github.com/paritytech/substrate.git'175package = 'pallet-transaction-payment'176tag = 'v2.0.0-rc3'177version = '2.0.0-rc3'178[build-dependencies.wasm-builder-runner]179git = 'https://github.com/paritytech/substrate.git'180package = 'substrate-wasm-builder-runner'181tag = 'v2.0.0-rc3'182version = '1.0.5'183184[package]185authors = ['Substrate DevHub <https://github.com/substrate-developer-hub>']186edition = '2018'187homepage = 'https://substrate.io'188license = 'Unlicense'189name = 'nft-runtime'190repository = 'https://github.com/usetech-llc/nft_parachain/'191version = '2.0.0-rc3'192[package.metadata.docs.rs]193targets = ['x86_64-unknown-linux-gnu']194195[features]196default = ['std']197std = [198 'aura/std',199 'balances/std',200 'codec/std',201 'contracts/std',202 'contracts-primitives/std',203 'contracts-rpc-runtime-api/std',204 'frame-executive/std',205 'frame-support/std',206 'grandpa/std',207 'randomness-collective-flip/std',208 'serde',209 'sp-api/std',210 'sp-block-builder/std',211 'sp-consensus-aura/std',212 'sp-core/std',213 'sp-inherents/std',214 'sp-io/std',215 'sp-offchain/std',216 'sp-runtime/std',217 'sp-session/std',218 'sp-std/std',219 'sp-transaction-pool/std',220 'sp-version/std',221 'sudo/std',222 'system/std',223 'timestamp/std',224 'transaction-payment/std',225 'nft/std',226]