deaddrop-sdk 2.6.0

Stable DeadDrop application SDK
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-sdk"
version = "2.6.0"
authors = ["theworker02"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Stable DeadDrop application SDK"
homepage = "https://github.com/theworker02/deaddrop"
documentation = "https://docs.rs/deaddrop-sdk"
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_sdk"
path = "src/lib.rs"

[dependencies.deaddrop-core]
version = "2.6.0"

[dependencies.deaddrop-net]
version = "2.6.0"

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