[package] name = "solana-core" description = "Blockchain, Rebuilt for Scale" version = "0.23.0" documentation = "https://docs.rs/solana" homepage = "https://solana.com/" readme = "../README.md" repository = "https://github.com/solana-labs/solana" authors = ["Solana Maintainers "] license = "Apache-2.0" edition = "2018" [badges] codecov = { repository = "solana-labs/solana", branch = "master", service = "github" } [dependencies] bincode = "1.2.1" bs58 = "0.3.0" byteorder = "1.3.2" chrono = { version = "0.4.10", features = ["serde"] } core_affinity = "0.5.9" crc = { version = "1.8.1", optional = true } crossbeam-channel = "0.3" fs_extra = "1.1.0" indexmap = "1.1" itertools = "0.8.2" jsonrpc-core = "14.0.5" jsonrpc-derive = "14.0.5" jsonrpc-http-server = "14.0.5" jsonrpc-pubsub = "14.0.5" jsonrpc-ws-server = "14.0.5" lazy_static = "1.4.0" libc = "0.2.66" log = "0.4.8" memmap = { version = "0.7.0", optional = true } nix = "0.16.0" num-traits = "0.2" rand = "0.6.5" rand_chacha = "0.1.1" rayon = "1.2.0" serde = "1.0.104" serde_derive = "1.0.103" serde_json = "1.0.44" solana-budget-program = { path = "../programs/budget", version = "0.23.0" } solana-clap-utils = { path = "../clap-utils", version = "0.23.0" } solana-chacha-sys = { path = "../chacha-sys", version = "0.23.0" } solana-client = { path = "../client", version = "0.23.0" } solana-faucet = { path = "../faucet", version = "0.23.0" } ed25519-dalek = "=1.0.0-pre.1" solana-ledger = { path = "../ledger", version = "0.23.0" } solana-logger = { path = "../logger", version = "0.23.0" } solana-merkle-tree = { path = "../merkle-tree", version = "0.23.0" } solana-metrics = { path = "../metrics", version = "0.23.0" } solana-measure = { path = "../measure", version = "0.23.0" } solana-net-utils = { path = "../net-utils", version = "0.23.0" } solana-perf = { path = "../perf", version = "0.23.0" } solana-runtime = { path = "../runtime", version = "0.23.0" } solana-sdk = { path = "../sdk", version = "0.23.0" } solana-stake-program = { path = "../programs/stake", version = "0.23.0" } solana-storage-program = { path = "../programs/storage", version = "0.23.0" } solana-vote-program = { path = "../programs/vote", version = "0.23.0" } solana-vote-signer = { path = "../vote-signer", version = "0.23.0" } solana-sys-tuner = { path = "../sys-tuner", version = "0.23.0" } symlink = "0.1.0" sys-info = "0.5.8" tempfile = "3.1.0" tokio = "0.1" tokio-codec = "0.1" tokio-fs = "0.1" tokio-io = "0.1" untrusted = "0.7.0" solana-rayon-threadlimit = { path = "../rayon-threadlimit", version = "0.23.0" } reed-solomon-erasure = { package = "solana-reed-solomon-erasure", version = "4.0.1-3", features = ["simd-accel"] } [target."cfg(unix)".dependencies] jemallocator = "0.3.2" jemalloc-ctl = "0.3.2" [dev-dependencies] hex-literal = "0.2.1" matches = "0.1.6" reqwest = { version = "0.9.24", default-features = false, features = ["rustls-tls"] } serial_test = "0.3.2" serial_test_derive = "0.3.1" systemstat = "0.1.5" [[bench]] name = "banking_stage" [[bench]] name = "blocktree" [[bench]] name = "gen_keys" [[bench]] name = "sigverify_stage" [[bench]] name = "poh" [[bench]] name = "retransmit_stage" [[bench]] name = "cluster_info" [[bench]] name = "chacha" required-features = ["chacha"]