xlb 0.1.0

Chunked, Bao-verified blob distribution with multi-source concurrent fetch (LAN + peer + edge), app-namespaced
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 = "2021"
name = "xlb"
version = "0.1.0"
authors = ["Leif Shackelford <structuresound@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Chunked, Bao-verified blob distribution with multi-source concurrent fetch (LAN + peer + edge), app-namespaced"
readme = "README.md"
keywords = [
    "p2p",
    "content-addressed",
    "blob",
    "blake3",
    "iroh",
]
categories = [
    "network-programming",
    "caching",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/1e1f/xlb"

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

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

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.blake3]
version = "1"

[dependencies.bytes]
version = "1"

[dependencies.hex]
version = "0.4"

[dependencies.iroh]
version = "=1.0.0-rc.0"
features = ["tls-ring"]
default-features = false

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

[dependencies.reqwest]
version = "0.12"
features = ["rustls-tls"]
default-features = false

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "sync",
]

[dependencies.tracing]
version = "0.1"

[dependencies.xlb-net]
version = "0.1"

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