ringdrop 0.7.1

P2P streamed file transfer with ring-based access control, built on iroh and bao protocols
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 = "ringdrop"
version = "0.7.1"
authors = ["Enrico Fusto"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "P2P streamed file transfer with ring-based access control, built on iroh and bao protocols"
readme = "README.md"
keywords = [
    "p2p",
    "cli",
    "file-transfer",
    "ring-authorization",
    "holepunching",
]
license = "MIT"
repository = "https://github.com/rikettsie/ringdrop"

[package.metadata.docs.rs]
all-features = true

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

[[bin]]
name = "rdrop"
path = "src/main.rs"

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.bao-tree]
version = "0.16"

[dependencies.bytes]
version = "1"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

[dependencies.data-encoding]
version = "2"

[dependencies.dirs-next]
version = "2"

[dependencies.futures-lite]
version = "2"

[dependencies.hex]
version = "0.4"

[dependencies.indicatif]
version = "0.17"

[dependencies.iroh]
version = "0.98.2"

[dependencies.iroh-blobs]
version = "0.100"
features = ["fs-store"]

[dependencies.iroh-io]
version = "0.6"

[dependencies.iroh-rings]
version = "0.2.0"
features = [
    "redb",
    "fs",
]

[dependencies.redb]
version = "4"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_millis]
version = "0.1.1"

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

[dependencies.tokio-util]
version = "0.7"
features = ["codec"]

[dependencies.tracing]
version = "0.1"

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

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
]

[dependencies.walkdir]
version = "2"

[dev-dependencies.tempfile]
version = "3"