* Bump tempfile from 3.2.0 to 3.3.0 Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/Stebalien/tempfile/releases) - [Changelog](https://github.com/Stebalien/tempfile/blob/master/NEWS) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * [auto-commit] Update all Cargo lock files Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
41 lines
1.4 KiB
TOML
41 lines
1.4 KiB
TOML
[package]
|
|
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
|
|
edition = "2021"
|
|
name = "solana-local-cluster"
|
|
description = "Blockchain, Rebuilt for Scale"
|
|
version = "1.10.0"
|
|
repository = "https://github.com/solana-labs/solana"
|
|
license = "Apache-2.0"
|
|
homepage = "https://solana.com/"
|
|
documentation = "https://docs.rs/solana-local-cluster"
|
|
|
|
[dependencies]
|
|
crossbeam-channel = "0.5"
|
|
itertools = "0.10.3"
|
|
fs_extra = "1.2.0"
|
|
log = "0.4.14"
|
|
rand = "0.7.0"
|
|
rayon = "1.5.1"
|
|
solana-config-program = { path = "../programs/config", version = "=1.10.0" }
|
|
solana-core = { path = "../core", version = "=1.10.0" }
|
|
solana-client = { path = "../client", version = "=1.10.0" }
|
|
solana-entry = { path = "../entry", version = "=1.10.0" }
|
|
solana-gossip = { path = "../gossip", version = "=1.10.0" }
|
|
solana-ledger = { path = "../ledger", version = "=1.10.0" }
|
|
solana-runtime = { path = "../runtime", version = "=1.10.0" }
|
|
solana-sdk = { path = "../sdk", version = "=1.10.0" }
|
|
solana-stake-program = { path = "../programs/stake", version = "=1.10.0" }
|
|
solana-streamer = { path = "../streamer", version = "=1.10.0" }
|
|
solana-vote-program = { path = "../programs/vote", version = "=1.10.0" }
|
|
tempfile = "3.3.0"
|
|
|
|
[dev-dependencies]
|
|
assert_matches = "1.5.0"
|
|
gag = "1.0.0"
|
|
serial_test = "0.5.1"
|
|
solana-download-utils = { path = "../download-utils", version = "=1.10.0" }
|
|
solana-logger = { path = "../logger", version = "=1.10.0" }
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|