[dependencies.anyhow]
version = "1.0.95"
[dependencies.cfg-if]
version = "1.0.0"
[dependencies.log]
version = "0.4.25"
[dependencies.num_cpus]
version = "1.16.0"
[dependencies.rayon]
version = "1.10.0"
[dependencies.serde]
features = ["derive"]
version = "1.0.217"
[dependencies.solana-metrics]
version = "=2.2.2"
[dependencies.thread-priority]
version = "1.2.0"
[dependencies.tokio]
features = ["time", "rt-multi-thread"]
version = "1.43.0"
[dev-dependencies.axum]
version = "0.7.9"
[dev-dependencies.env_logger]
version = "0.9.3"
[dev-dependencies.hyper]
features = ["http1", "client", "stream", "tcp"]
version = "0.14.32"
[dev-dependencies.serde_json]
version = "1.0.138"
[dev-dependencies.toml]
version = "0.8.12"
[dev-dependencies.tower]
version = "0.5.2"
[[example]]
name = "core_contention_basics"
path = "examples/core_contention_basics.rs"
[[example]]
name = "core_contention_sweep"
path = "examples/core_contention_sweep.rs"
[features]
dev-context-only-utils = []
[lib]
name = "agave_thread_manager"
path = "src/lib.rs"
[package]
authors = ["Anza Maintainers <maintainers@anza.xyz>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Thread pool manager for agave"
edition = "2021"
homepage = "https://anza.xyz/"
license = "Apache-2.0"
name = "agave-thread-manager"
readme = "README.md"
repository = "https://github.com/anza-xyz/agave"
version = "2.2.2"
[target.'cfg(target_os = "linux")'.dependencies.affinity]
version = "0.1.2"