git.delta.rocks / unique-network / refs/commits / 9a85aa3dcb7a

difftreelog

source

runtime/Cargo.toml5.8 KiBsourcehistory
1[dependencies.aura]2default-features = false3git = 'https://github.com/usetech-llc/substrate.git'4package = 'pallet-aura'5branch = 'v2.0.0_release'6version = '2.0.0'78[dependencies.balances]9default-features = false10git = 'https://github.com/usetech-llc/substrate.git'11package = 'pallet-balances'12branch = 'v2.0.0_release'13version = '2.0.0'1415[dependencies.codec]16default-features = false17features = ['derive']18package = 'parity-scale-codec'19version = '1.3.0'2021[dependencies.contracts]22git = 'https://github.com/usetech-llc/substrate.git'23default-features = false24package = 'pallet-contracts'25branch = 'v2.0.0_release'26version = '2.0.0'2728[dependencies.contracts-primitives]29git = 'https://github.com/usetech-llc/substrate.git'30default-features = false31package = 'pallet-contracts-primitives'32branch = 'v2.0.0_release'33version = '2.0.0'3435[dependencies.contracts-rpc-runtime-api]36git = 'https://github.com/usetech-llc/substrate.git'37default-features = false38package = 'pallet-contracts-rpc-runtime-api'39version = '0.8.0'40branch = 'v2.0.0_release'4142[dependencies.frame-executive]43default-features = false44git = 'https://github.com/usetech-llc/substrate.git'45branch = 'v2.0.0_release'46version = '2.0.0'4748[dependencies.frame-support]49default-features = false50git = 'https://github.com/usetech-llc/substrate.git'51branch = 'v2.0.0_release'52version = '2.0.0'5354[dependencies.grandpa]55default-features = false56git = 'https://github.com/usetech-llc/substrate.git'57package = 'pallet-grandpa'58branch = 'v2.0.0_release'59version = '2.0.0'6061[dependencies.randomness-collective-flip]62default-features = false63git = 'https://github.com/usetech-llc/substrate.git'64package = 'pallet-randomness-collective-flip'65branch = 'v2.0.0_release'66version = '2.0.0'6768[dependencies.serde]69features = ['derive']70optional = true71version = '1.0.101'7273[dependencies.sp-api]74default-features = false75git = 'https://github.com/usetech-llc/substrate.git'76branch = 'v2.0.0_release'77version = '2.0.0'7879[dependencies.sp-block-builder]80default-features = false81git = 'https://github.com/usetech-llc/substrate.git'82branch = 'v2.0.0_release'83version = '2.0.0'8485[dependencies.sp-consensus-aura]86default-features = false87git = 'https://github.com/usetech-llc/substrate.git'88branch = 'v2.0.0_release'89version = '0.8.0'9091[dependencies.sp-core]92default-features = false93git = 'https://github.com/usetech-llc/substrate.git'94branch = 'v2.0.0_release'95version = '2.0.0'9697[dependencies.sp-inherents]98default-features = false99git = 'https://github.com/usetech-llc/substrate.git'100branch = 'v2.0.0_release'101version = '2.0.0'102103[dependencies.sp-offchain]104default-features = false105git = 'https://github.com/usetech-llc/substrate.git'106branch = 'v2.0.0_release'107version = '2.0.0'108109[dependencies.sp-runtime]110default-features = false111git = 'https://github.com/usetech-llc/substrate.git'112branch = 'v2.0.0_release'113version = '2.0.0'114115[dependencies.sp-session]116default-features = false117git = 'https://github.com/usetech-llc/substrate.git'118branch = 'v2.0.0_release'119version = '2.0.0'120121[dependencies.sp-std]122default-features = false123git = 'https://github.com/usetech-llc/substrate.git'124branch = 'v2.0.0_release'125version = '2.0.0'126127[dependencies.sp-transaction-pool]128default-features = false129git = 'https://github.com/usetech-llc/substrate.git'130branch = 'v2.0.0_release'131version = '2.0.0'132133[dependencies.sp-version]134default-features = false135git = 'https://github.com/usetech-llc/substrate.git'136branch = 'v2.0.0_release'137version = '2.0.0'138139[dependencies.sudo]140default-features = false141git = 'https://github.com/usetech-llc/substrate.git'142package = 'pallet-sudo'143branch = 'v2.0.0_release'144version = '2.0.0'145146[dependencies.system]147default-features = false148git = 'https://github.com/usetech-llc/substrate.git'149package = 'frame-system'150branch = 'v2.0.0_release'151version = '2.0.0'152153[dependencies.nft]154default-features = false155package = 'pallet-nft'156path = '../pallets/nft'157version = '2.0.0'158159[dependencies.timestamp]160default-features = false161git = 'https://github.com/usetech-llc/substrate.git'162package = 'pallet-timestamp'163branch = 'v2.0.0_release'164version = '2.0.0'165166[dependencies.transaction-payment]167default-features = false168git = 'https://github.com/usetech-llc/substrate.git'169package = 'pallet-transaction-payment'170branch = 'v2.0.0_release'171version = '2.0.0'172173[dependencies.frame-system-rpc-runtime-api]174default-features = false175git = 'https://github.com/usetech-llc/substrate.git'176version = '2.0.0'177branch = 'v2.0.0_release'178179[dependencies.transaction-payment-rpc-runtime-api]180default-features = false181git = 'https://github.com/usetech-llc/substrate.git'182package = 'pallet-transaction-payment-rpc-runtime-api'183version = '2.0.0'184branch = 'v2.0.0_release'185186[build-dependencies.wasm-builder-runner]187git = 'https://github.com/usetech-llc/substrate.git'188package = 'substrate-wasm-builder-runner'189version = '1.0.5'190branch = 'v2.0.0_release'191192[package]193authors = ['Substrate DevHub <https://github.com/substrate-developer-hub>']194edition = '2018'195homepage = 'https://substrate.io'196license = 'Unlicense'197name = 'nft-runtime'198repository = 'https://github.com/usetech-llc/nft_parachain/'199version = '2.0.0'200201[package.metadata.docs.rs]202targets = ['x86_64-unknown-linux-gnu']203204[features]205default = ['std']206std = [207    'aura/std',208    'balances/std',209    'codec/std',210    'contracts/std',211    'contracts-primitives/std',212    'contracts-rpc-runtime-api/std',213    'frame-executive/std',214    'frame-support/std',215    'frame-system-rpc-runtime-api/std',216    'grandpa/std',217    'randomness-collective-flip/std',218    'serde',219    'sp-api/std',220    'sp-block-builder/std',221    'sp-consensus-aura/std',222    'sp-core/std',223    'sp-inherents/std',224    'sp-offchain/std',225    'sp-runtime/std',226    'sp-session/std',227    'sp-std/std',228    'sp-transaction-pool/std',229    'sp-version/std',230    'sudo/std',231    'system/std',232    'timestamp/std',233    'transaction-payment/std',234    'transaction-payment-rpc-runtime-api/std',235    'nft/std',236]