snarkos-node-network 4.5.0

Network-related objects and traits for nodes
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 = "snarkos-node-network"
version = "4.5.0"
authors = ["The Aleo Team <hello@aleo.org>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Network-related objects and traits for nodes"
homepage = "https://aleo.org"
readme = false
keywords = [
    "aleo",
    "cryptography",
    "blockchain",
    "decentralized",
    "zero-knowledge",
]
categories = [
    "cryptography",
    "cryptography::cryptocurrencies",
    "os",
]
license = "Apache-2.0"
repository = "https://github.com/ProvableHQ/snarkOS"

[features]
locktick = [
    "dep:locktick",
    "snarkos-node-tcp/locktick",
]
test = []

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

[dependencies.anyhow]
version = "1.0"

[dependencies.locktick]
version = "0.4"
features = ["parking_lot"]
optional = true

[dependencies.parking_lot]
version = "0.12"

[dependencies.serde]
version = "1"
default-features = false

[dependencies.snarkos-node-tcp]
version = "=4.5.0"

[dependencies.snarkvm]
version = "=4.5.0"
features = ["console"]
default-features = false

[dependencies.tokio]
version = "1.48"

[dependencies.tracing]
version = "0.1"
default-features = false

[dev-dependencies]

[build-dependencies.built]
version = "0.8"
features = ["git2"]