deaddrop-core 2.6.0

DeadDrop protocol, crypto, identities, chunks, and object store
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 = "2024"
rust-version = "1.88"
name = "deaddrop-core"
version = "2.6.0"
authors = ["theworker02"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "DeadDrop protocol, crypto, identities, chunks, and object store"
homepage = "https://github.com/theworker02/deaddrop"
documentation = "https://docs.rs/deaddrop-core"
readme = "README.md"
keywords = [
    "p2p",
    "dtn",
    "offline",
    "encryption",
]
categories = [
    "network-programming",
    "cryptography",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/theworker02/deaddrop"
resolver = "2"

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

[[bench]]
name = "protocol"
path = "benches/protocol.rs"
harness = false

[dependencies.blake3]
version = "1.5"

[dependencies.chacha20poly1305]
version = "0.10"

[dependencies.ciborium]
version = "0.2"

[dependencies.ed25519-dalek]
version = "2.1"
features = ["rand_core"]

[dependencies.hkdf]
version = "0.12"

[dependencies.hmac]
version = "0.12"

[dependencies.rand]
version = "0.8"

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

[dependencies.rusqlite]
version = "0.32"
features = ["bundled"]

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

[dependencies.serde_bytes]
version = "0.11"

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2.0"

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

[dependencies.toml]
version = "0.8"
features = [
    "parse",
    "display",
]

[dependencies.tracing]
version = "0.1"

[dependencies.x25519-dalek]
version = "2.0"
features = ["static_secrets"]

[dependencies.zeroize]
version = "1.8"
features = ["zeroize_derive"]

[dependencies.zstd]
version = "0.13"

[lints.clippy]
collapsible_if = "allow"
large_enum_variant = "allow"
needless_range_loop = "allow"
too_many_arguments = "allow"