solana-gossip-cli 4.2.0

Binary crate providing the Solana Gossip command-line tool.
# 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-gossip-cli"
version = "4.2.0"
authors = ["Anza Maintainers <maintainers@anza.xyz>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Binary crate providing the Solana Gossip command-line tool."
homepage = "https://anza.xyz/"
documentation = "https://docs.rs/solana-gossip-cli"
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 = []

[[bin]]
name = "solana-gossip"
path = "src/main.rs"
bench = false

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

[dependencies.clap]
version = "2.33.1"
features = ["suggestions"]
default-features = false

[dependencies.log]
version = "0.4.32"

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

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

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

[dependencies.solana-pubkey]
version = "=4.2.0"
features = ["rand"]

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

[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"))',
]