shadow-storage 0.1.0

Content-addressed storage with erasure coding and chunking for Shadow Network
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"
rust-version = "1.70"
name = "shadow-storage"
version = "0.1.0"
authors = ["Devansh Verma"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Content-addressed storage with erasure coding and chunking for Shadow Network"
readme = false
keywords = [
    "storage",
    "erasure-coding",
    "distributed",
    "p2p",
]
categories = ["filesystem"]
license = "MIT"
repository = "https://github.com/devanshverma/shadow-network"

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.bincode]
version = "1.3"

[dependencies.blake3]
version = "1.5"

[dependencies.bytes]
version = "1.9"
features = ["serde"]

[dependencies.crypto]
version = "0.1.0"
package = "shadow-crypto"

[dependencies.dht]
version = "0.1.0"
package = "shadow-dht"

[dependencies.reed-solomon-erasure]
version = "6.0"

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

[dependencies.shadow-core]
version = "0.1.0"

[dependencies.thiserror]
version = "1.0"

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

[dependencies.tracing]
version = "0.1"