1234[package]5authors = ['Unique Network <support@uniquenetwork.io>']6description = 'Substrate node nft'7edition = '2018'8homepage = 'https://unique.network'9license = 'All Rights Reserved'10name = 'pallet-nft'11repository = 'https://github.com/usetech-llc/nft_private/'12version = '3.0.0'1314[package.metadata.docs.rs]15targets = ['x86_64-unknown-linux-gnu']1617[features]18default = ['std']19runtime-benchmarks = ['frame-benchmarking']20std = [21 'codec/std',22 'serde/std',23 'frame-support/std',24 'frame-system/std',25 'pallet-balances/std',26 'pallet-timestamp/std',27 'pallet-contracts/std',28 'pallet-randomness-collective-flip/std',29 'pallet-transaction-payment/std',30 'sp-std/std',31 'sp-runtime/std',32 'frame-benchmarking/std',33]3435363738[dependencies.codec]39default-features = false40features = ['derive']41package = 'parity-scale-codec'42version = '2.0.0'4344[dependencies.frame-benchmarking]45default-features = false46optional = true47git = 'https://github.com/paritytech/substrate.git'48branch = 'polkadot-v0.9.3'49version = '3.0.0'5051[dependencies.frame-support]52default-features = false53git = 'https://github.com/paritytech/substrate.git'54branch = 'polkadot-v0.9.3'55version = '3.0.0'5657[dependencies.frame-system]58default-features = false59git = 'https://github.com/paritytech/substrate.git'60branch = 'polkadot-v0.9.3'61version = '3.0.0'6263[dependencies.pallet-balances]64default-features = false65git = 'https://github.com/paritytech/substrate.git'66branch = 'polkadot-v0.9.3'67version = '3.0.0'6869[dependencies.pallet-timestamp]70default-features = false71git = 'https://github.com/paritytech/substrate.git'72branch = 'polkadot-v0.9.3'73version = '3.0.0'7475[dependencies.pallet-randomness-collective-flip]76default-features = false77git = 'https://github.com/paritytech/substrate.git'78branch = 'polkadot-v0.9.3'79version = '3.0.0'8081[dependencies.sp-std]82default-features = false83git = 'https://github.com/paritytech/substrate.git'84branch = 'polkadot-v0.9.3'85version = '3.0.0'8687[dependencies.pallet-contracts]88default-features = false89git = 'https://github.com/paritytech/substrate.git'90branch = 'polkadot-v0.9.3'91version = '3.0.0'9293[dependencies.pallet-transaction-payment]94default-features = false95git = 'https://github.com/paritytech/substrate.git'96branch = 'polkadot-v0.9.3'97version = '3.0.0'9899[dependencies.serde]100features = ['derive']101version = '1.0.119'102103[dependencies.sp-runtime]104default-features = false105git = 'https://github.com/paritytech/substrate.git'106branch = 'polkadot-v0.9.3'107version = '3.0.0'108109[dependencies.sp-core]110default-features = false111git = 'https://github.com/paritytech/substrate.git'112branch = 'polkadot-v0.9.3'113version = '3.0.0'114115[dependencies.sp-io]116default-features = false117git = 'https://github.com/paritytech/substrate.git'118branch = 'polkadot-v0.9.3'119version = '3.0.0'120