solana-entry 4.0.0

Solana Entry
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 = "solana-entry"
version = "4.0.0"
authors = ["Anza Maintainers <maintainers@anza.xyz>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Solana Entry"
homepage = "https://anza.xyz/"
documentation = "https://docs.rs/solana-poh"
readme = false
license = "Apache-2.0"
repository = "https://github.com/anza-xyz/agave"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

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

[lib]
name = "solana_entry"
crate-type = ["lib"]
path = "src/lib.rs"

[dependencies.agave-votor-messages]
version = "=4.0.0"
features = ["agave-unstable-api"]

[dependencies.bincode]
version = "1.3.3"

[dependencies.crossbeam-channel]
version = "0.5.15"

[dependencies.dlopen2]
version = "0.8.2"

[dependencies.log]
version = "0.4.29"

[dependencies.num_cpus]
version = "1.17.0"

[dependencies.rayon]
version = "1.11.0"

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

[dependencies.smallvec]
version = "1.15.1"
features = ["union"]
default-features = false

[dependencies.solana-address]
version = ">=2.1.0,<2.6.0"

[dependencies.solana-bls-signatures]
version = ">=3.0.0,<3.3.0"
features = ["serde"]

[dependencies.solana-clock]
version = "3.0.1"

[dependencies.solana-hash]
version = "~4.2.0"
features = ["wincode"]

[dependencies.solana-measure]
version = "=4.0.0"
features = ["agave-unstable-api"]

[dependencies.solana-merkle-tree]
version = "=4.0.0"
features = ["agave-unstable-api"]

[dependencies.solana-message]
version = "3.1.0"

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

[dependencies.solana-packet]
version = "4.0.0"

[dependencies.solana-perf]
version = "=4.0.0"
features = ["agave-unstable-api"]

[dependencies.solana-runtime-transaction]
version = "=4.0.0"
features = ["agave-unstable-api"]

[dependencies.solana-sha256-hasher]
version = "3.1.0"

[dependencies.solana-short-vec]
version = "3.2.0"

[dependencies.solana-signature]
version = "~3.3.0"
default-features = false

[dependencies.solana-transaction]
version = "3.1.0"

[dependencies.solana-transaction-error]
version = ">=3.0.0,<3.2.0"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.wincode]
version = "0.4.4"
features = [
    "derive",
    "solana-short-vec",
]

[dev-dependencies.agave-logger]
version = "=4.0.0"
features = ["agave-unstable-api"]

[dev-dependencies.agave-reserved-account-keys]
version = "=4.0.0"
features = ["agave-unstable-api"]

[dev-dependencies.assert_matches]
version = "1.5.0"

[dev-dependencies.proptest]
version = "1.10"

[dev-dependencies.rand]
version = "0.9.2"

[dev-dependencies.solana-keypair]
version = "3.1.0"

[dev-dependencies.solana-message]
version = "3.1.0"

[dev-dependencies.solana-perf]
version = "=4.0.0"
features = [
    "agave-unstable-api",
    "dev-context-only-utils",
]

[dev-dependencies.solana-pubkey]
version = "~4.1.0"
default-features = false

[dev-dependencies.solana-signature]
version = "~3.3.0"
default-features = false

[dev-dependencies.solana-signer]
version = "3.0.0"

[dev-dependencies.solana-system-transaction]
version = "3.0.0"

[dev-dependencies.solana-transaction]
version = "3.1.0"
features = ["verify"]