git.delta.rocks / unique-network / refs/commits / 55bb4eb6e5af

difftreelog

source

node/cli/Cargo.toml8.0 KiBsourcehistory
1################################################################################2# Build Dependencies34[build-dependencies.substrate-build-script-utils]5git = 'https://github.com/paritytech/substrate.git'6branch = 'polkadot-v0.9.12'78################################################################################9# Substrate Dependecies1011[dependencies.codec]12default-features = false13features = ['derive']14package = 'parity-scale-codec'15version = '2.3.0'1617[dependencies.frame-benchmarking]18git = 'https://github.com/paritytech/substrate.git'19branch = 'polkadot-v0.9.12'2021[dependencies.frame-benchmarking-cli]22git = 'https://github.com/paritytech/substrate.git'23branch = 'polkadot-v0.9.12'2425[dependencies.pallet-transaction-payment-rpc]26git = 'https://github.com/paritytech/substrate.git'27branch = 'polkadot-v0.9.12'2829[dependencies.substrate-prometheus-endpoint]30git = 'https://github.com/paritytech/substrate.git'31branch = 'polkadot-v0.9.12'3233[dependencies.sc-basic-authorship]34git = 'https://github.com/paritytech/substrate.git'35branch = 'polkadot-v0.9.12'3637[dependencies.sc-chain-spec]38git = 'https://github.com/paritytech/substrate.git'39branch = 'polkadot-v0.9.12'4041[dependencies.sc-cli]42features = ['wasmtime']43git = 'https://github.com/paritytech/substrate.git'44branch = 'polkadot-v0.9.12'4546[dependencies.sc-client-api]47git = 'https://github.com/paritytech/substrate.git'48branch = 'polkadot-v0.9.12'4950[dependencies.sc-consensus]51git = 'https://github.com/paritytech/substrate.git'52branch = 'polkadot-v0.9.12'5354[dependencies.sc-consensus-aura]55git = 'https://github.com/paritytech/substrate.git'56branch = 'polkadot-v0.9.12'5758[dependencies.sc-executor]59features = ['wasmtime']60git = 'https://github.com/paritytech/substrate.git'61branch = 'polkadot-v0.9.12'6263[dependencies.sc-finality-grandpa]64git = 'https://github.com/paritytech/substrate.git'65branch = 'polkadot-v0.9.12'6667[dependencies.sc-keystore]68git = 'https://github.com/paritytech/substrate.git'69branch = 'polkadot-v0.9.12'7071[dependencies.sc-rpc]72git = 'https://github.com/paritytech/substrate.git'73branch = 'polkadot-v0.9.12'7475[dependencies.sc-rpc-api]76git = 'https://github.com/paritytech/substrate.git'77branch = 'polkadot-v0.9.12'7879[dependencies.sc-service]80features = ['wasmtime']81git = 'https://github.com/paritytech/substrate.git'82branch = 'polkadot-v0.9.12'8384[dependencies.sc-telemetry]85git = 'https://github.com/paritytech/substrate.git'86branch = 'polkadot-v0.9.12'8788[dependencies.sc-transaction-pool]89git = 'https://github.com/paritytech/substrate.git'90branch = 'polkadot-v0.9.12'9192[dependencies.sc-tracing]93git = 'https://github.com/paritytech/substrate.git'94branch = 'polkadot-v0.9.12'9596[dependencies.sp-block-builder]97git = 'https://github.com/paritytech/substrate.git'98branch = 'polkadot-v0.9.12'99100[dependencies.sp-api]101git = 'https://github.com/paritytech/substrate.git'102branch = 'polkadot-v0.9.12'103104[dependencies.sp-blockchain]105git = 'https://github.com/paritytech/substrate.git'106branch = 'polkadot-v0.9.12'107108[dependencies.sp-consensus]109git = 'https://github.com/paritytech/substrate.git'110branch = 'polkadot-v0.9.12'111112[dependencies.sp-consensus-aura]113git = 'https://github.com/paritytech/substrate.git'114branch = 'polkadot-v0.9.12'115116[dependencies.sp-core]117git = 'https://github.com/paritytech/substrate.git'118branch = 'polkadot-v0.9.12'119120[dependencies.sp-finality-grandpa]121git = 'https://github.com/paritytech/substrate.git'122branch = 'polkadot-v0.9.12'123124[dependencies.sp-inherents]125git = 'https://github.com/paritytech/substrate.git'126branch = 'polkadot-v0.9.12'127128[dependencies.sp-keystore]129git = 'https://github.com/paritytech/substrate.git'130branch = 'polkadot-v0.9.12'131132[dependencies.sp-offchain]133git = 'https://github.com/paritytech/substrate.git'134branch = 'polkadot-v0.9.12'135136[dependencies.sp-runtime]137git = 'https://github.com/paritytech/substrate.git'138branch = 'polkadot-v0.9.12'139140[dependencies.sp-session]141git = 'https://github.com/paritytech/substrate.git'142branch = 'polkadot-v0.9.12'143144[dependencies.sp-timestamp]145git = 'https://github.com/paritytech/substrate.git'146branch = 'polkadot-v0.9.12'147148[dependencies.sp-transaction-pool]149git = 'https://github.com/paritytech/substrate.git'150branch = 'polkadot-v0.9.12'151152[dependencies.sp-trie]153git = 'https://github.com/paritytech/substrate.git'154branch = 'polkadot-v0.9.12'155156[dependencies.substrate-frame-rpc-system]157git = 'https://github.com/paritytech/substrate.git'158branch = 'polkadot-v0.9.12'159160[dependencies.sc-network]161git = 'https://github.com/paritytech/substrate.git'162branch = 'polkadot-v0.9.12'163164[dependencies.serde]165features = ['derive']166version = '1.0.130'167168[dependencies.serde_json]169version = '1.0.68'170171172################################################################################173# Cumulus dependencies174175[dependencies.cumulus-client-consensus-aura]176git = 'https://github.com/paritytech/cumulus.git'177branch = 'polkadot-v0.9.12'178179[dependencies.cumulus-client-consensus-common]180git = 'https://github.com/paritytech/cumulus.git'181branch = 'polkadot-v0.9.12'182183[dependencies.cumulus-client-collator]184git = 'https://github.com/paritytech/cumulus.git'185branch = 'polkadot-v0.9.12'186187[dependencies.cumulus-client-cli]188git = 'https://github.com/paritytech/cumulus.git'189branch = 'polkadot-v0.9.12'190191[dependencies.cumulus-client-network]192git = 'https://github.com/paritytech/cumulus.git'193branch = 'polkadot-v0.9.12'194195[dependencies.cumulus-primitives-core]196git = 'https://github.com/paritytech/cumulus.git'197branch = 'polkadot-v0.9.12'198199[dependencies.cumulus-primitives-parachain-inherent]200git = 'https://github.com/paritytech/cumulus.git'201branch = 'polkadot-v0.9.12'202203[dependencies.cumulus-client-service]204git = 'https://github.com/paritytech/cumulus.git'205branch = 'polkadot-v0.9.12'206207208################################################################################209# Polkadot dependencies210[dependencies.polkadot-primitives]211git = "https://github.com/paritytech/polkadot"212branch = 'release-v0.9.12'213214[dependencies.polkadot-service]215git = "https://github.com/paritytech/polkadot"216branch = 'release-v0.9.12'217218[dependencies.polkadot-cli]219git = "https://github.com/paritytech/polkadot"220branch = 'release-v0.9.12'221222[dependencies.polkadot-test-service]223git = "https://github.com/paritytech/polkadot"224branch = 'release-v0.9.12'225226[dependencies.polkadot-parachain]227git = "https://github.com/paritytech/polkadot"228branch = 'release-v0.9.12'229230231################################################################################232# Local dependencies233234[dependencies.nft-runtime]235path = '../../runtime'236version = '0.9.12'237238[dependencies.nft-data-structs]239path = "../../primitives/nft"240default-features = false241242################################################################################243# Package244245[package]246authors = ['Unique Network <support@uniquenetwork.io>']247build = 'build.rs'248description = 'Substrate node nft'249edition = '2018'250homepage = 'https://unique.network'251license = 'All Rights Reserved'252name = 'nft'253repository = 'https://github.com/usetech-llc/nft_private/'254version = '0.9.12'255256[[bin]]257name = 'nft'258259[package.metadata.docs.rs]260targets = ['x86_64-unknown-linux-gnu']261262[dependencies]263futures = '0.3.17'264log = '0.4.14'265flexi_logger = "0.15.7"266parking_lot = '0.11.2'267structopt = '0.3.23'268jsonrpc-core = '18.0.0'269jsonrpc-pubsub = "18.0.0"270271fc-rpc-core = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12" }272fc-consensus = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12" }273fc-mapping-sync = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12" }274fc-rpc = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12" }275fc-db = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12" }276fp-rpc = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12" }277pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12" }278279nft-rpc = { path = "../rpc" }280281[features]282default = []283runtime-benchmarks = [284    'nft-runtime/runtime-benchmarks',285    'polkadot-service/runtime-benchmarks',286]