solana-entry 4.2.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 = "2024"
name = "solana-entry"
version = "4.2.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"
resolver = "2"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
all-features = true
rustdoc-args = ["--cfg=docsrs"]

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

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

[[bench]]
name = "verify_signatures"
path = "benches/verify_signatures.rs"
harness = false

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

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

[dependencies.log]
version = "0.4.32"

[dependencies.num_cpus]
version = "1.17.0"

[dependencies.rayon]
version = "1.12.0"

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

[dependencies.solana-address]
version = ">=2.6.1,<2.7.0"

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

[dependencies.solana-clock]
version = ">=3.0.1,<3.2.0"

[dependencies.solana-cost-model]
version = "=4.2.0"
features = ["agave-unstable-api"]

[dependencies.solana-hash]
version = ">=4.4.0,<4.6.0"
features = ["wincode"]

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

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

[dependencies.solana-message]
version = ">=4.2.3,<4.5.0"

[dependencies.solana-packet]
version = ">=4.1.0,<4.3.0"

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

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

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

[dependencies.solana-signature]
version = ">=3.4.1,<3.5.0"
default-features = false

[dependencies.solana-transaction]
version = ">=4.1.4,<4.2.0"
features = ["wincode"]

[dependencies.solana-transaction-error]
version = ">=3.3.1,<3.4.0"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.wincode]
version = "0.5.5"
features = ["derive"]

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

[dev-dependencies.criterion]
version = "0.8.2"

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

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

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

[dev-dependencies.solana-message]
version = ">=4.2.3,<4.5.0"

[dev-dependencies.solana-pubkey]
version = ">=4.2.0,<4.3.0"
default-features = false

[dev-dependencies.solana-signature]
version = ">=3.4.1,<3.5.0"
default-features = false

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

[dev-dependencies.solana-system-transaction]
version = ">=4.0.0,<4.1.0"

[dev-dependencies.solana-transaction]
version = ">=4.1.4,<4.2.0"
features = ["verify"]

[lints.clippy]
arithmetic_side_effects = "deny"
default_trait_access = "deny"
manual_let_else = "deny"
new_without_default = "allow"
uninlined_format_args = "deny"
used_underscore_binding = "deny"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    'cfg(target_os, values("solana"))',
    'cfg(feature, values("frozen-abi", "no-entrypoint"))',
    'cfg(target_arch, values("sbf"))',
]