agave-thread-manager 3.1.13

Thread pool manager for agave
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "agave-thread-manager"
version = "3.1.13"
authors = ["Anza Maintainers <maintainers@anza.xyz>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Thread pool manager for agave"
homepage = "https://anza.xyz/"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/anza-xyz/agave"

[features]
agave-unstable-api = []
dev-context-only-utils = []

[lib]
name = "agave_thread_manager"
path = "src/lib.rs"

[[example]]
name = "core_contention_basics"
path = "examples/core_contention_basics.rs"

[[example]]
name = "core_contention_sweep"
path = "examples/core_contention_sweep.rs"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.cfg-if]
version = "1.0.4"

[dependencies.log]
version = "0.4.28"

[dependencies.num_cpus]
version = "1.17.0"

[dependencies.rayon]
version = "1.11.0"

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "derive",
]

[dependencies.solana-metrics]
version = "=3.1.13"
features = ["agave-unstable-api"]

[dependencies.thread-priority]
version = "1.2.0"

[dependencies.tokio]
version = "1.48.0"
features = [
    "time",
    "rt-multi-thread",
]

[dev-dependencies.axum]
version = "0.8.6"

[dev-dependencies.env_logger]
version = "0.11.8"

[dev-dependencies.hyper]
version = "0.14.32"
features = [
    "http1",
    "client",
    "stream",
    "tcp",
]

[dev-dependencies.serde_json]
version = "1.0.145"

[dev-dependencies.toml]
version = "0.9.8"

[dev-dependencies.tower]
version = "0.5.2"

[target.'cfg(target_os = "linux")'.dependencies.affinity]
version = "0.1.2"