radicle-artifact-node 0.15.1

Seeding node for radicle artifacts: iroh-blobs store and blob serving daemon
# 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"
rust-version = "1.91"
name = "radicle-artifact-node"
version = "0.15.1"
authors = ["Daniel Norman <daniel@norman.life>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Seeding node for radicle artifacts: iroh-blobs store and blob serving daemon"
homepage = "https://radicle.dev"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://radicle.network/nodes/iris.radicle.network/rad:z4VYyJ9KuwMNkXGQnmKuGPGKw3inv"

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

[[bin]]
name = "rad-artifact-node"
path = "src/main.rs"

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

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

[dependencies.blake3]
version = "1"

[dependencies.bytes]
version = "1"

[dependencies.cid]
version = "0.11"
features = ["serde"]

[dependencies.dunce]
version = "1"

[dependencies.iroh]
version = "1.0.0"
features = ["unstable-net-report"]

[dependencies.iroh-blobs]
version = "0.103.0"

[dependencies.n0-future]
version = "0.3"

[dependencies.radicle]
version = "0.24"

[dependencies.radicle-artifact-client]
version = "0.15.1"
features = ["tokio"]

[dependencies.radicle-artifact-core]
version = "0.15.1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "signal",
    "net",
    "io-util",
    "time",
    "macros",
    "sync",
]

[dependencies.tracing]
version = "0.1"

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

[dependencies.ureq]
version = "3"

[dependencies.url]
version = "2.5"
features = ["serde"]

[dev-dependencies.postcard]
version = "1"
features = ["use-std"]

[dev-dependencies.radicle]
version = "0.24"
features = ["test"]

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