radio/iroh-blobs/Cargo.toml

[package]
name = "iroh-blobs"
version = "0.98.0"
edition = "2021"
description = "content-addressed blobs for iroh"
license = "MIT OR Apache-2.0"
authors = ["dignifiedquire <me@dignifiedquire.com>", "n0 team"]
repository = "https://github.com/n0-computer/iroh-blobs"
keywords = ["hashing", "poseidon2", "streaming"]

# Sadly this also needs to be updated in .github/workflows/ci.yml
rust-version = "1.89"

[lints]
workspace = true

[dependencies]
cyber-bao = { path = "../cyber-bao", features = ["tokio_fsm", "serde"] }
hemera = { package = "cyber-hemera", path = "../../hemera/rs", features = ["serde"] }
bytes = { version = "1", features = ["serde"] }
derive_more = { version = "2.0.1", features = ["from", "try_from", "into", "debug", "display", "deref", "deref_mut"] }
futures-lite = "2.6.0"
quinn = { package = "iroh-quinn", version = "0.16.0", optional = true }
n0-future = "0.3.0"
range-collections = { version = "0.4.6", features = ["serde"] }
smallvec = { version = "1", features = ["serde", "const_new"] }
tokio = { version = "1.43.0", default-features = false, features = ["sync"] }
tracing = "0.1.41"
iroh-io = "0.6.1"
rand = "0.9.2"
hex = "0.4.3"
serde = "1.0.217"
postcard = { version = "1.1.1", features = ["experimental-derive", "use-std"] }
data-encoding = "2.8.0"
ref-cast = "1.0.24"
arrayvec = "0.7.6"
iroh = { path = "../iroh", default-features = false }
self_cell = "1.1.0"
genawaiter = { version = "0.99.1", features = ["futures03"] }
iroh-base = { path = "../iroh-base" }
iroh-tickets = "0.3"
irpc = { version = "0.12.0", features = ["spans", "stream", "derive", "varint-util"], default-features = false }
iroh-metrics = { version = "0.38" }
redb = { version = "2.6.3", optional = true }
reflink-copy = { version = "0.1.24", optional = true }
n0-error = "0.1.2"
nested_enum_utils = "0.2.3"

# non-wasm-in-browser dependencies
[target.'cfg(not(all(target_family = "wasm", target_os = "unknown")))'.dependencies]
chrono = { version = "0.4.39" }

# wasm-in-browser dependencies
[target.'cfg(all(target_family = "wasm", target_os = "unknown"))'.dependencies]
chrono = {version = "0.4.39", default-features = false, features = ["js-sys", "wasmbind", "std"] }

[dev-dependencies]
clap = { version = "4.5.31", features = ["derive"] }
hex = "0.4.3"
iroh-test = "0.31.0"
proptest = "1.6.0"
serde_json = "1.0.138"
serde_test = "1.0.177"
tempfile = "3.17.1"
test-strategy = "0.4.0"
testresult = "0.4.1"
tracing-subscriber = { version = "0.3.20", features = ["fmt"] }
tracing-test = "0.2.5"
walkdir = "2.5.0"
atomic_refcell = "0.1.13"
iroh = { path = "../iroh", features = ["address-lookup-mdns"]}
async-compression = { version = "0.4.30", features = ["lz4", "tokio"] }
concat_const = "0.2.0"
anyhow = "1.0.100"

[build-dependencies]
cfg_aliases = "0.2.1"

[features]
hide-proto-docs = []
metrics = []
default = ["hide-proto-docs", "fs-store", "rpc"]
fs-store = ["dep:redb", "dep:reflink-copy"]
rpc = ["dep:quinn", "irpc/rpc", "irpc/quinn_endpoint_setup"]

example
name = "expiring-tags"
required-features = ["fs-store"]

# example
# name = "random_store"
# required-features = ["fs-store"]
# disabled: requires iroh-tickets which has a version conflict with local iroh-base

Synonyms

nox/Cargo.toml
optica/Cargo.toml
rs/Cargo.toml
cw-cyber/Cargo.toml
zheng/Cargo.toml
trident/Cargo.toml
honeycrisp/Cargo.toml
bbg/Cargo.toml
lens/Cargo.toml
radio/Cargo.toml
hemera/Cargo.toml
strata/Cargo.toml
strata/compute/Cargo.toml
rs/rsc/Cargo.toml
lens/binius/Cargo.toml
radio/iroh-base/Cargo.toml
hemera/bench/Cargo.toml
cyb/cyb-boot/Cargo.toml
radio/iroh-ffi/Cargo.toml
hemera/wgsl/Cargo.toml
strata/proof/Cargo.toml
radio/particle/Cargo.toml
rs/macros/Cargo.toml
radio/iroh-gossip/Cargo.toml
cyb/src-tauri/Cargo.toml
honeycrisp/rane/Cargo.toml
honeycrisp/unimem/Cargo.toml
lens/src/Cargo.toml
rs/core/Cargo.toml
radio/radio-cli/Cargo.toml
strata/core/Cargo.toml
cyb/cyb/Cargo.toml
nox/rs/Cargo.toml
hemera/cli/Cargo.toml
radio/iroh-dns-server/Cargo.toml
nox/cli/Cargo.toml
hemera/rs/Cargo.toml
radio/iroh-docs/Cargo.toml
lens/ikat/Cargo.toml
lens/core/Cargo.toml
radio/iroh-car/Cargo.toml
strata/ext/Cargo.toml
nox/metal/Cargo.toml
radio/cyber-bao/Cargo.toml
strata/src/Cargo.toml
radio/iroh/Cargo.toml
bostrom-mcp/rust/Cargo.toml
rs/mir-format/Cargo.toml
radio/iroh-willow/Cargo.toml
radio/iroh-relay/Cargo.toml
lens/assayer/Cargo.toml
honeycrisp/aruminium/Cargo.toml
honeycrisp/acpu/Cargo.toml
lens/brakedown/Cargo.toml
lens/porphyry/Cargo.toml
cw-cyber/contracts/std-test/Cargo.toml
strata/genies/cli/Cargo.toml
strata/jali/rs/Cargo.toml
cw-cyber/contracts/hub-channels/Cargo.toml
cw-cyber/contracts/hub-libs/Cargo.toml
strata/kuro/cli/Cargo.toml
cw-cyber/contracts/litium-core/Cargo.toml
cw-cyber/contracts/litium-refer/Cargo.toml
cyb/cyb/cyb-services/Cargo.toml
strata/nebu/rs/Cargo.toml
radio/iroh-ffi/iroh-js/Cargo.toml
cw-cyber/contracts/cw-cyber-subgraph/Cargo.toml
cw-cyber/packages/cyber-std-test/Cargo.toml
rs/tests/macro-integration/Cargo.toml
strata/kuro/rs/Cargo.toml
strata/nebu/wgsl/Cargo.toml
cw-cyber/contracts/graph-filter/Cargo.toml
cw-cyber/contracts/litium-wrap/Cargo.toml
radio/tests/integration/Cargo.toml
strata/trop/rs/Cargo.toml
honeycrisp/aruminium/benches/Cargo.toml
cw-cyber/contracts/hub-tokens/Cargo.toml
strata/trop/wgsl/Cargo.toml
radio/iroh/bench/Cargo.toml
cw-cyber/contracts/cw-cyber-gift/Cargo.toml
cw-cyber/contracts/litium-mine/Cargo.toml
cyb/cyb/cyb-ui/Cargo.toml
trident/editor/zed/Cargo.toml
cw-cyber/contracts/cw-cyber-passport/Cargo.toml
strata/jali/cli/Cargo.toml
strata/jali/wgsl/Cargo.toml
cw-cyber/contracts/hub-protocols/Cargo.toml
cw-cyber/contracts/hub-skills/Cargo.toml
strata/nebu/cli/Cargo.toml
cw-cyber/packages/hub-base/Cargo.toml
honeycrisp/rane/benches/Cargo.toml
strata/trop/cli/Cargo.toml
strata/kuro/wgsl/Cargo.toml
cw-cyber/packages/cyber-std/Cargo.toml
cw-cyber/contracts/cybernet/Cargo.toml
cyb/cyb/cyb-shell/Cargo.toml
cw-cyber/tests/litium-tests/Cargo.toml
cw-cyber/contracts/hub-networks/Cargo.toml
strata/genies/rs/Cargo.toml
strata/genies/wgsl/Cargo.toml
cw-cyber/contracts/litium-stake/Cargo.toml
cyb/cyb/cyb-portal/Cargo.toml
honeycrisp/unimem/experiments/iosurface_probe/Cargo.toml
honeycrisp/unimem/experiments/hyp_probe/Cargo.toml
honeycrisp/unimem/experiments/dext_contiguous_alloc/client/Cargo.toml
honeycrisp/unimem/experiments/dext_iosurface_pa/client/Cargo.toml

Neighbours