[dependencies.anyhow]
version = "1.0.95"
[dependencies.arrayvec]
version = "0.7.6"
[dependencies.bao-tree]
default-features = false
features = ["experimental-mixed", "tokio_fsm", "validate", "serde"]
version = "0.15.1"
[dependencies.bytes]
features = ["serde"]
version = "1"
[dependencies.chrono]
version = "0.4.39"
[dependencies.data-encoding]
version = "2.8.0"
[dependencies.derive_more]
features = ["from", "try_from", "into", "debug", "display", "deref", "deref_mut"]
version = "2.0.1"
[dependencies.futures-lite]
version = "2.6.0"
[dependencies.genawaiter]
features = ["futures03"]
version = "0.99.1"
[dependencies.hex]
version = "0.4.3"
[dependencies.iroh]
version = "0.92"
[dependencies.iroh-base]
version = "0.92"
[dependencies.iroh-io]
version = "0.6.1"
[dependencies.iroh-metrics]
version = "0.35"
[dependencies.irpc]
default-features = false
features = ["rpc", "quinn_endpoint_setup", "spans", "stream", "derive"]
version = "0.8.0"
[dependencies.n0-future]
version = "0.2.0"
[dependencies.n0-snafu]
version = "0.2.2"
[dependencies.nested_enum_utils]
version = "0.2.1"
[dependencies.postcard]
features = ["experimental-derive", "use-std"]
version = "1.1.1"
[dependencies.quinn]
package = "iroh-quinn"
version = "0.14.0"
[dependencies.rand]
version = "0.8.5"
[dependencies.range-collections]
features = ["serde"]
version = "0.4.6"
[dependencies.redb]
optional = true
version = "=2.4"
[dependencies.ref-cast]
version = "1.0.24"
[dependencies.reflink-copy]
optional = true
version = "0.1.24"
[dependencies.self_cell]
version = "1.1.0"
[dependencies.serde]
version = "1.0.217"
[dependencies.smallvec]
features = ["serde", "const_new"]
version = "1"
[dependencies.snafu]
version = "0.8.5"
[dependencies.tokio]
features = ["full"]
version = "1.43.0"
[dependencies.tokio-util]
features = ["full"]
version = "0.7.13"
[dependencies.tracing]
version = "0.1.41"
[dev-dependencies.atomic_refcell]
version = "0.1.13"
[dev-dependencies.clap]
features = ["derive"]
version = "4.5.31"
[dev-dependencies.hex]
version = "0.4.3"
[dev-dependencies.iroh]
features = ["discovery-local-network"]
version = "0.92"
[dev-dependencies.iroh-test]
version = "0.31.0"
[dev-dependencies.proptest]
version = "1.6.0"
[dev-dependencies.serde_json]
version = "1.0.138"
[dev-dependencies.serde_test]
version = "1.0.177"
[dev-dependencies.tempfile]
version = "3.17.1"
[dev-dependencies.test-strategy]
version = "0.4.0"
[dev-dependencies.testresult]
version = "0.4.1"
[dev-dependencies.tracing-subscriber]
features = ["fmt"]
version = "0.3.20"
[dev-dependencies.tracing-test]
version = "0.2.5"
[dev-dependencies.walkdir]
version = "2.5.0"
[[example]]
name = "custom-protocol"
path = "examples/custom-protocol.rs"
[[example]]
name = "expiring-tags"
path = "examples/expiring-tags.rs"
[[example]]
name = "get-blob"
path = "examples/get-blob.rs"
[[example]]
name = "limit"
path = "examples/limit.rs"
[[example]]
name = "mdns-discovery"
path = "examples/mdns-discovery.rs"
[[example]]
name = "random_store"
path = "examples/random_store.rs"
[[example]]
name = "transfer"
path = "examples/transfer.rs"
[features]
default = ["hide-proto-docs", "fs-store"]
fs-store = ["dep:redb", "dep:reflink-copy"]
hide-proto-docs = []
metrics = []
[lib]
name = "iroh_blobs"
path = "src/lib.rs"
[package]
authors = ["dignifiedquire <me@dignifiedquire.com>", "n0 team"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "content-addressed blobs for iroh"
edition = "2021"
keywords = ["hashing", "quic", "blake3", "streaming"]
license = "MIT OR Apache-2.0"
name = "iroh-blobs"
readme = "README.md"
repository = "https://github.com/n0-computer/iroh-blobs"
rust-version = "1.85"
version = "0.94.0"
[[test]]
name = "blobs"
path = "tests/blobs.rs"
[[test]]
name = "tags"
path = "tests/tags.rs"