git.delta.rocks / unique-network / refs/commits / c849007a9d05

difftreelog

source

node/cli/Cargo.toml8.9 KiBsourcehistory
1################################################################################2# Build Dependencies34[build-dependencies.substrate-build-script-utils]5git = 'https://github.com/paritytech/substrate.git'6branch = 'polkadot-v0.9.17'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.17'2021[dependencies.frame-benchmarking-cli]22git = 'https://github.com/paritytech/substrate.git'23branch = 'polkadot-v0.9.17'2425[dependencies.pallet-transaction-payment-rpc]26git = 'https://github.com/paritytech/substrate.git'27branch = 'polkadot-v0.9.17'2829[dependencies.substrate-prometheus-endpoint]30git = 'https://github.com/paritytech/substrate.git'31branch = 'polkadot-v0.9.17'3233[dependencies.sc-basic-authorship]34git = 'https://github.com/paritytech/substrate.git'35branch = 'polkadot-v0.9.17'3637[dependencies.sc-chain-spec]38git = 'https://github.com/paritytech/substrate.git'39branch = 'polkadot-v0.9.17'4041[dependencies.sc-cli]42features = ['wasmtime']43git = 'https://github.com/paritytech/substrate.git'44branch = 'polkadot-v0.9.17'4546[dependencies.sc-client-api]47git = 'https://github.com/paritytech/substrate.git'48branch = 'polkadot-v0.9.17'4950[dependencies.sc-consensus]51git = 'https://github.com/paritytech/substrate.git'52branch = 'polkadot-v0.9.17'5354[dependencies.sc-consensus-aura]55git = 'https://github.com/paritytech/substrate.git'56branch = 'polkadot-v0.9.17'5758[dependencies.sc-executor]59features = ['wasmtime']60git = 'https://github.com/paritytech/substrate.git'61branch = 'polkadot-v0.9.17'6263[dependencies.sc-finality-grandpa]64git = 'https://github.com/paritytech/substrate.git'65branch = 'polkadot-v0.9.17'6667[dependencies.sc-keystore]68git = 'https://github.com/paritytech/substrate.git'69branch = 'polkadot-v0.9.17'7071[dependencies.sc-rpc]72git = 'https://github.com/paritytech/substrate.git'73branch = 'polkadot-v0.9.17'7475[dependencies.sc-rpc-api]76git = 'https://github.com/paritytech/substrate.git'77branch = 'polkadot-v0.9.17'7879[dependencies.sc-service]80features = ['wasmtime']81git = 'https://github.com/paritytech/substrate.git'82branch = 'polkadot-v0.9.17'8384[dependencies.sc-telemetry]85git = 'https://github.com/paritytech/substrate.git'86branch = 'polkadot-v0.9.17'8788[dependencies.sc-transaction-pool]89git = 'https://github.com/paritytech/substrate.git'90branch = 'polkadot-v0.9.17'9192[dependencies.sc-tracing]93git = 'https://github.com/paritytech/substrate.git'94branch = 'polkadot-v0.9.17'9596[dependencies.sp-block-builder]97git = 'https://github.com/paritytech/substrate.git'98branch = 'polkadot-v0.9.17'99100[dependencies.sp-api]101git = 'https://github.com/paritytech/substrate.git'102branch = 'polkadot-v0.9.17'103104[dependencies.sp-blockchain]105git = 'https://github.com/paritytech/substrate.git'106branch = 'polkadot-v0.9.17'107108[dependencies.sp-consensus]109git = 'https://github.com/paritytech/substrate.git'110branch = 'polkadot-v0.9.17'111112[dependencies.sp-consensus-aura]113git = 'https://github.com/paritytech/substrate.git'114branch = 'polkadot-v0.9.17'115116[dependencies.sp-core]117git = 'https://github.com/paritytech/substrate.git'118branch = 'polkadot-v0.9.17'119120[dependencies.sp-finality-grandpa]121git = 'https://github.com/paritytech/substrate.git'122branch = 'polkadot-v0.9.17'123124[dependencies.sp-inherents]125git = 'https://github.com/paritytech/substrate.git'126branch = 'polkadot-v0.9.17'127128[dependencies.sp-keystore]129git = 'https://github.com/paritytech/substrate.git'130branch = 'polkadot-v0.9.17'131132[dependencies.sp-offchain]133git = 'https://github.com/paritytech/substrate.git'134branch = 'polkadot-v0.9.17'135136[dependencies.sp-runtime]137git = 'https://github.com/paritytech/substrate.git'138branch = 'polkadot-v0.9.17'139140[dependencies.sp-session]141git = 'https://github.com/paritytech/substrate.git'142branch = 'polkadot-v0.9.17'143144[dependencies.sp-timestamp]145git = 'https://github.com/paritytech/substrate.git'146branch = 'polkadot-v0.9.17'147148[dependencies.sp-transaction-pool]149git = 'https://github.com/paritytech/substrate.git'150branch = 'polkadot-v0.9.17'151152[dependencies.sp-trie]153git = 'https://github.com/paritytech/substrate.git'154branch = 'polkadot-v0.9.17'155156[dependencies.substrate-frame-rpc-system]157git = 'https://github.com/paritytech/substrate.git'158branch = 'polkadot-v0.9.17'159160[dependencies.sc-network]161git = 'https://github.com/paritytech/substrate.git'162branch = 'polkadot-v0.9.17'163164[dependencies.serde]165features = ['derive']166version = '1.0.130'167168[dependencies.serde_json]169version = '1.0.68'170171[dependencies.sc-consensus-manual-seal]172git = 'https://github.com/paritytech/substrate.git'173branch = 'polkadot-v0.9.17'174175################################################################################176# Cumulus dependencies177178[dependencies.cumulus-client-consensus-aura]179git = 'https://github.com/uniqueNetwork/cumulus.git'180branch = 'polkadot-v0.9.17'181182[dependencies.cumulus-client-consensus-common]183git = 'https://github.com/uniqueNetwork/cumulus.git'184branch = 'polkadot-v0.9.17'185186[dependencies.cumulus-client-collator]187git = 'https://github.com/uniqueNetwork/cumulus.git'188branch = 'polkadot-v0.9.17'189190[dependencies.cumulus-client-cli]191git = 'https://github.com/uniqueNetwork/cumulus.git'192branch = 'polkadot-v0.9.17'193194[dependencies.cumulus-client-network]195git = 'https://github.com/uniqueNetwork/cumulus.git'196branch = 'polkadot-v0.9.17'197198[dependencies.cumulus-primitives-core]199git = 'https://github.com/uniqueNetwork/cumulus.git'200branch = 'polkadot-v0.9.17'201202[dependencies.cumulus-primitives-parachain-inherent]203git = 'https://github.com/uniqueNetwork/cumulus.git'204branch = 'polkadot-v0.9.17'205206[dependencies.cumulus-client-service]207git = 'https://github.com/uniqueNetwork/cumulus.git'208branch = 'polkadot-v0.9.17'209210[dependencies.cumulus-relay-chain-interface]211git = 'https://github.com/uniqueNetwork/cumulus.git'212branch = 'polkadot-v0.9.17'213214[dependencies.cumulus-relay-chain-local]215git = 'https://github.com/uniqueNetwork/cumulus.git'216branch = 'polkadot-v0.9.17'217218################################################################################219# Polkadot dependencies220[dependencies.polkadot-primitives]221git = "https://github.com/paritytech/polkadot"222branch = 'release-v0.9.17'223224[dependencies.polkadot-service]225git = "https://github.com/paritytech/polkadot"226branch = 'release-v0.9.17'227228[dependencies.polkadot-cli]229git = "https://github.com/paritytech/polkadot"230branch = 'release-v0.9.17'231232[dependencies.polkadot-test-service]233git = "https://github.com/paritytech/polkadot"234branch = 'release-v0.9.17'235236[dependencies.polkadot-parachain]237git = "https://github.com/paritytech/polkadot"238branch = 'release-v0.9.17'239240241################################################################################242# Local dependencies243244[dependencies.unique-runtime-common]245default-features = false246path = "../../runtime/common"247248[dependencies.unique-runtime]249path = '../../runtime/unique'250optional = true251252[dependencies.quartz-runtime]253path = '../../runtime/quartz'254optional = true255256[dependencies.opal-runtime]257path = '../../runtime/opal'258259[dependencies.up-data-structs]260path = "../../primitives/data-structs"261default-features = false262263[dependencies.up-rpc]264path = "../../primitives/rpc"265266[dependencies.pallet-transaction-payment-rpc-runtime-api]267git = 'https://github.com/paritytech/substrate.git'268branch = 'polkadot-v0.9.17'269270################################################################################271# Package272273[package]274authors = ['Unique Network <support@uniquenetwork.io>']275build = 'build.rs'276description = 'Unique Node'277edition = '2021'278homepage = 'https://unique.network'279license = 'GPLv3'280name = 'unique-node'281repository = 'https://github.com/UniqueNetwork/unique-chain'282version = '0.9.17'283284[[bin]]285name = 'unique-collator'286path = "src/main.rs"287288[package.metadata.docs.rs]289targets = ['x86_64-unknown-linux-gnu']290291[dependencies]292futures = '0.3.17'293log = '0.4.14'294flexi_logger = "0.15.7"295parking_lot = '0.11.2'296clap = "3.1.2"297jsonrpc-core = '18.0.0'298jsonrpc-pubsub = "18.0.0"299300fc-rpc-core = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.17" }301fc-consensus = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.17" }302fc-mapping-sync = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.17" }303fc-rpc = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.17" }304fc-db = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.17" }305fp-rpc = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.17" }306pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.17" }307308unique-rpc = { default-features = false, path = "../rpc" }309310[features]311default = ["unique-runtime", "quartz-runtime"]312runtime-benchmarks = [313    'unique-runtime/runtime-benchmarks',314    'polkadot-service/runtime-benchmarks',315]