firecloud-storage 0.2.0

Chunking, compression, and local storage for FireCloud distributed storage
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.0"
name = "firecloud-storage"
version = "0.2.0"
authors = ["Rajashekhar Sunkara"]
build = false
exclude = [
    "*.md",
    "!README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Chunking, compression, and local storage for FireCloud distributed storage"
homepage = "https://github.com/rajashekhar-sunkara/firecloud"
documentation = "https://docs.rs/firecloud"
readme = "README.md"
keywords = [
    "p2p",
    "storage",
    "privacy",
    "messaging",
    "decentralized",
]
categories = [
    "network-programming",
    "command-line-utilities",
    "cryptography",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rajashekhar-sunkara/firecloud"

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

[dependencies.bincode]
version = "1.3"

[dependencies.blake3]
version = "1.5"

[dependencies.bytes]
version = "1.9"

[dependencies.fastcdc]
version = "3.1"

[dependencies.firecloud-core]
version = "0.2.0"

[dependencies.firecloud-crypto]
version = "0.2.0"

[dependencies.lz4_flex]
version = "0.11"

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

[dependencies.sled]
version = "0.34"

[dependencies.thiserror]
version = "2.0"

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

[dependencies.tracing]
version = "0.1"

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

[dependencies.zstd]
version = "0.13"

[dev-dependencies.chrono]
version = "0.4"
features = ["serde"]

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