triblespace-net 0.43.1

Distributed sync protocol for triblespace piles over iroh
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 = "triblespace-net"
version = "0.43.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Distributed sync protocol for triblespace piles over iroh"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/triblespace/triblespace-net"
resolver = "2"

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

[[test]]
name = "two_peer_convergence"
path = "tests/two_peer_convergence.rs"

[dependencies.anybytes]
version = "0.20.2"
features = ["zerocopy"]

[dependencies.anyhow]
version = "1"

[dependencies.arrayvec]
version = "0.7.6"

[dependencies.blake3]
version = "1.8"

[dependencies.ed25519-dalek]
version = "2.2.0"

[dependencies.futures]
version = "0.3"

[dependencies.futures-buffered]
version = "0.2.12"

[dependencies.getrandom]
version = "0.4"

[dependencies.hex]
version = "0.4"

[dependencies.indexmap]
version = "2.10.0"

[dependencies.iroh]
version = "0.98"
features = [
    "platform-verifier",
    "address-lookup-mdns",
    "address-lookup-pkarr-dht",
]

[dependencies.iroh-base]
version = "0.98"

[dependencies.iroh-blobs]
version = "0.100"
features = ["rpc"]
default-features = false

[dependencies.iroh-gossip]
version = "0.98"
features = ["net"]

[dependencies.irpc]
version = "0.14.0"

[dependencies.irpc-iroh]
version = "0.14.0"

[dependencies.n0-future]
version = "0.3.0"

[dependencies.rand]
version = "0.8.5"

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

[dependencies.serde-big-array]
version = "0.5.1"

[dependencies.snafu]
version = "0.8.6"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.triblespace-core]
version = "0.43.1"
default-features = false

[dependencies.url]
version = "2"

[dev-dependencies.hifitime]
version = "4.1.2"

[dev-dependencies.iroh]
version = "0.98"
features = [
    "test-utils",
    "unstable-custom-transports",
]