veilnet 0.4.3

Networking abstractions built on Veilid API primitives
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 = "veilnet"
version = "0.4.3"
authors = ["Casey Marshall <me@cmars.tech>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Networking abstractions built on Veilid API primitives"
homepage = "https://codeberg.org/cmars/veilnet"
documentation = "https://docs.rs/veilnet"
readme = "README.md"
license = "MPL-2.0"
repository = "https://codeberg.org/cmars/veilnet.git"

[features]
default = []
testing = []

[lib]
name = "veilnet"
crate-type = [
    "cdylib",
    "staticlib",
    "rlib",
]
path = "src/lib.rs"

[[example]]
name = "counter"
path = "examples/counter.rs"

[[example]]
name = "vcat"
path = "examples/vcat.rs"

[dependencies.anyhow]
version = "1.0.99"

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

[dependencies.backoff]
version = "0.4.0"
features = ["tokio"]

[dependencies.base64]
version = "0.22"

[dependencies.capnp]
version = "0.21"

[dependencies.flume]
version = "0.11.1"

[dependencies.futures]
version = "0.3.31"

[dependencies.rand]
version = "0.8"

[dependencies.serde]
version = "1.0.219"

[dependencies.tempfile]
version = "3.21.0"

[dependencies.thiserror]
version = "2.0.16"

[dependencies.tokio]
version = "1.47.1"

[dependencies.tokio-stream]
version = "0.1.17"
features = ["sync"]

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

[dependencies.tracing]
version = "0.1.41"

[dependencies.veilid-core]
version = "0.5.2"

[dev-dependencies.clap]
version = "4.0"
features = ["derive"]

[dev-dependencies.tracing-subscriber]
version = "0.3.19"
features = ["env-filter"]

[build-dependencies.capnpc]
version = "0.21"

[build-dependencies.hex]
version = "0.4.3"

[build-dependencies.sha2]
version = "0.10.9"