git.delta.rocks / unique-network / refs/commits / 3fb62366cc89

difftreelog

source

node/cli/Cargo.toml9.0 KiBsourcehistory
1################################################################################2# Build Dependencies34[build-dependencies.substrate-build-script-utils]5git = 'https://github.com/paritytech/substrate.git'6branch = 'polkadot-v0.9.7'7version = '3.0.0'89################################################################################10# Substrate Dependecies1112[dependencies.codec]13default-features = false14features = ['derive']15package = 'parity-scale-codec'16version = '2.0.0'1718[dependencies.frame-benchmarking]19git = 'https://github.com/paritytech/substrate.git'20branch = 'polkadot-v0.9.7'21version = '3.0.0'2223[dependencies.frame-benchmarking-cli]24git = 'https://github.com/paritytech/substrate.git'25branch = 'polkadot-v0.9.7'26version = '3.0.0'2728[dependencies.pallet-transaction-payment-rpc]29git = 'https://github.com/paritytech/substrate.git'30branch = 'polkadot-v0.9.7'31version = '3.0.0'3233[dependencies.substrate-prometheus-endpoint]34git = 'https://github.com/paritytech/substrate.git'35branch = 'polkadot-v0.9.7'36version = '0.9.0'3738[dependencies.sc-basic-authorship]39git = 'https://github.com/paritytech/substrate.git'40branch = 'polkadot-v0.9.7'41version = '0.9.0'4243[dependencies.sc-chain-spec]44git = 'https://github.com/paritytech/substrate.git'45branch = 'polkadot-v0.9.7'46version = '3.0.0'4748[dependencies.sc-cli]49features = ['wasmtime']50git = 'https://github.com/paritytech/substrate.git'51branch = 'polkadot-v0.9.7'52version = '0.9.0'5354[dependencies.sc-client-api]55git = 'https://github.com/paritytech/substrate.git'56branch = 'polkadot-v0.9.7'57version = '3.0.0'5859[dependencies.sc-consensus]60git = 'https://github.com/paritytech/substrate.git'61branch = 'polkadot-v0.9.7'62version = '0.9.0'6364[dependencies.sc-consensus-aura]65git = 'https://github.com/paritytech/substrate.git'66branch = 'polkadot-v0.9.7'67version = '0.9.0'6869[dependencies.sc-executor]70features = ['wasmtime']71git = 'https://github.com/paritytech/substrate.git'72branch = 'polkadot-v0.9.7'73version = '0.9.0'7475[dependencies.sc-finality-grandpa]76git = 'https://github.com/paritytech/substrate.git'77branch = 'polkadot-v0.9.7'78version = '0.9.0'7980[dependencies.sc-keystore]81git = 'https://github.com/paritytech/substrate.git'82branch = 'polkadot-v0.9.7'83version = '3.0.0'8485[dependencies.sc-rpc]86git = 'https://github.com/paritytech/substrate.git'87branch = 'polkadot-v0.9.7'88version = '3.0.0'8990[dependencies.sc-rpc-api]91git = 'https://github.com/paritytech/substrate.git'92branch = 'polkadot-v0.9.7'93version = '0.9.0'9495[dependencies.sc-service]96features = ['wasmtime']97git = 'https://github.com/paritytech/substrate.git'98branch = 'polkadot-v0.9.7'99version = '0.9.0'100101[dependencies.sc-telemetry]102git = 'https://github.com/paritytech/substrate.git'103branch = 'polkadot-v0.9.7'104version = '3.0.0'105106[dependencies.sc-transaction-pool]107git = 'https://github.com/paritytech/substrate.git'108branch = 'polkadot-v0.9.7'109version = '3.0.0'110111[dependencies.sc-tracing]112git = 'https://github.com/paritytech/substrate.git'113branch = 'polkadot-v0.9.7'114version = '3.0.0'115116[dependencies.sp-block-builder]117git = 'https://github.com/paritytech/substrate.git'118branch = 'polkadot-v0.9.7'119version = '3.0.0'120121[dependencies.sp-api]122git = 'https://github.com/paritytech/substrate.git'123branch = 'polkadot-v0.9.7'124version = '3.0.0'125126[dependencies.sp-blockchain]127git = 'https://github.com/paritytech/substrate.git'128branch = 'polkadot-v0.9.7'129version = '3.0.0'130131[dependencies.sp-consensus]132git = 'https://github.com/paritytech/substrate.git'133branch = 'polkadot-v0.9.7'134version = '0.9.0'135136[dependencies.sp-consensus-aura]137git = 'https://github.com/paritytech/substrate.git'138branch = 'polkadot-v0.9.7'139version = '0.9.0'140141[dependencies.sp-core]142git = 'https://github.com/paritytech/substrate.git'143branch = 'polkadot-v0.9.7'144version = '3.0.0'145146[dependencies.sp-finality-grandpa]147git = 'https://github.com/paritytech/substrate.git'148branch = 'polkadot-v0.9.7'149version = '3.0.0'150151[dependencies.sp-inherents]152git = 'https://github.com/paritytech/substrate.git'153branch = 'polkadot-v0.9.7'154version = '3.0.0'155156[dependencies.sp-keystore]157git = 'https://github.com/paritytech/substrate.git'158branch = 'polkadot-v0.9.7'159version = '0.9.0'160161[dependencies.sp-offchain]162git = 'https://github.com/paritytech/substrate.git'163branch = 'polkadot-v0.9.7'164version = '3.0.0'165166[dependencies.sp-runtime]167git = 'https://github.com/paritytech/substrate.git'168branch = 'polkadot-v0.9.7'169version = '3.0.0'170171[dependencies.sp-session]172git = 'https://github.com/paritytech/substrate.git'173branch = 'polkadot-v0.9.7'174version = '3.0.0'175176[dependencies.sp-timestamp]177git = 'https://github.com/paritytech/substrate.git'178branch = 'polkadot-v0.9.7'179version = '3.0.0'180181[dependencies.sp-transaction-pool]182git = 'https://github.com/paritytech/substrate.git'183branch = 'polkadot-v0.9.7'184version = '3.0.0'185186[dependencies.sp-trie]187git = 'https://github.com/paritytech/substrate.git'188branch = 'polkadot-v0.9.7'189version = '3.0.0'190191[dependencies.substrate-frame-rpc-system]192git = 'https://github.com/paritytech/substrate.git'193branch = 'polkadot-v0.9.7'194version = '3.0.0'195196[dependencies.pallet-contracts]197git = 'https://github.com/paritytech/substrate.git'198branch = 'polkadot-v0.9.7'199version = '3.0.0'200201[dependencies.pallet-contracts-rpc]202git = 'https://github.com/paritytech/substrate.git'203branch = 'polkadot-v0.9.7'204version = '3.0.0'205206207[dependencies.sc-network]208git = 'https://github.com/paritytech/substrate.git'209branch = 'polkadot-v0.9.7'210version = '0.9.0'211212[dependencies.serde]213features = ['derive']214version = '1.0.119'215216[dependencies.serde_json]217version = '1.0.41'218219220################################################################################221# Cumulus dependencies222223[dependencies.cumulus-client-consensus-aura]224git = 'https://github.com/paritytech/cumulus.git'225branch = 'polkadot-v0.9.7'226227[dependencies.cumulus-client-consensus-common]228git = 'https://github.com/paritytech/cumulus.git'229branch = 'polkadot-v0.9.7'230231[dependencies.cumulus-client-collator]232git = 'https://github.com/paritytech/cumulus.git'233branch = 'polkadot-v0.9.7'234235[dependencies.cumulus-client-cli]236git = 'https://github.com/paritytech/cumulus.git'237branch = 'polkadot-v0.9.7'238239[dependencies.cumulus-client-network]240git = 'https://github.com/paritytech/cumulus.git'241branch = 'polkadot-v0.9.7'242243[dependencies.cumulus-primitives-core]244git = 'https://github.com/paritytech/cumulus.git'245branch = 'polkadot-v0.9.7'246247[dependencies.cumulus-primitives-parachain-inherent]248git = 'https://github.com/paritytech/cumulus.git'249branch = 'polkadot-v0.9.7'250251[dependencies.cumulus-client-service]252git = 'https://github.com/paritytech/cumulus.git'253branch = 'polkadot-v0.9.7'254255256################################################################################257# Polkadot dependencies258[dependencies.polkadot-primitives]259git = "https://github.com/paritytech/polkadot"260branch = 'release-v0.9.7'261262[dependencies.polkadot-service]263git = "https://github.com/paritytech/polkadot"264branch = 'release-v0.9.7'265266[dependencies.polkadot-cli]267git = "https://github.com/paritytech/polkadot"268branch = 'release-v0.9.7'269270[dependencies.polkadot-test-service]271git = "https://github.com/paritytech/polkadot"272branch = 'release-v0.9.7'273274[dependencies.polkadot-parachain]275git = "https://github.com/paritytech/polkadot"276branch = 'release-v0.9.7'277278279################################################################################280# Local dependencies281282[dependencies.nft-runtime]283path = '../../runtime'284version = '3.0.0'285286[dependencies.nft-data-structs]287path="../../primitives/nft"288default-features = false289290################################################################################291# Package 292293[package]294authors = ['Unique Network <support@uniquenetwork.io>']295build = 'build.rs'296description = 'Substrate node nft'297edition = '2018'298homepage = 'https://unique.network'299license = 'All Rights Reserved'300name = 'nft'301repository = 'https://github.com/usetech-llc/nft_private/'302version = '3.0.0'303304[[bin]]305name = 'nft'306307[package.metadata.docs.rs]308targets = ['x86_64-unknown-linux-gnu']309310[dependencies]311futures = '0.3.4'312log = '0.4.8'313flexi_logger = "0.15.7"314parking_lot = '0.10.0'315structopt = '0.3.8'316jsonrpc-core = '15.0.0'317jsonrpc-pubsub = "15.0.0"318319fc-rpc-core = { version = "1.1.0-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions-parachain" }320fc-consensus = { version = "2.0.0-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions-parachain" }321fc-mapping-sync = { version = "2.0.0-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions-parachain" }322fc-rpc = { version = "2.0.0-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions-parachain" }323fc-db = { version = "1.0.0", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions-parachain" }324fp-rpc = { version = "2.0.0", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions-parachain" }325pallet-ethereum = { version = "3.0.0-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions-parachain" }326327nft-rpc = { path = "../rpc" }328329[features]330default = []331runtime-benchmarks = ['nft-runtime/runtime-benchmarks']