ave-network 0.9.1

Averiun Ledger peer-to-peer networking layer
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"
rust-version = "1.95.0"
name = "ave-network"
version = "0.9.1"
authors = ["Averiun Ledger, SL <info@averiun.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Averiun Ledger peer-to-peer networking layer"
homepage = "https://averiun.com"
readme = "README.md"
keywords = [
    "traceability",
    "distributed-ledger",
    "Averiun",
    "sustainability",
]
license = "AGPL-3.0-only"
repository = "https://github.com/Averiun-Ledger/ave"
resolver = "2"

[features]
test = []

[lib]
name = "ave_network"
path = "src/lib.rs"
bench = false

[dependencies.async-trait]
version = "0.1.89"

[dependencies.ave-actors]
version = "0.11.1"
default-features = false

[dependencies.ave-common]
version = "0.9.0"

[dependencies.borsh]
version = "1.6.1"
features = [
    "std",
    "derive",
]

[dependencies.bs58]
version = "0.5.1"

[dependencies.bytes]
version = "1.11.1"
features = ["serde"]

[dependencies.futures]
version = "0.3.32"

[dependencies.futures-timer]
version = "3.0"

[dependencies.ip_network]
version = "0.4"

[dependencies.libp2p]
version = "0.56.0"
features = [
    "identify",
    "kad",
    "noise",
    "yamux",
    "macros",
    "tcp",
    "tokio",
    "dns",
    "request-response",
    "cbor",
    "memory-connection-limits",
]
default-features = false

[dependencies.metrics]
version = "0.24.3"

[dependencies.prometheus-client]
version = "0.24.1"

[dependencies.reqwest]
version = "0.13.2"
features = ["json"]

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

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.52.1"
features = [
    "macros",
    "sync",
]

[dependencies.tokio-util]
version = "0.7.18"

[dependencies.tracing]
version = "0.1.44"

[dev-dependencies.libp2p]
version = "0.56.0"
features = ["plaintext"]
default-features = false

[dev-dependencies.libp2p-swarm-test]
version = "0.6.0"

[dev-dependencies.serial_test]
version = "3.4.0"

[dev-dependencies.test-log]
version = "0.2.20"
features = ["trace"]