deaddrop-app 2.6.0

DeadDrop CLI, daemon, relay, simulator, and examples
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-app"
version = "2.6.0"
authors = ["theworker02"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "DeadDrop CLI, daemon, relay, simulator, and examples"
homepage = "https://github.com/theworker02/deaddrop"
documentation = "https://docs.rs/deaddrop-app"
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"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/deaddrop-v{ version }-{ target }.tar.gz"
pkg-fmt = "tgz"
bin-dir = "{ bin }{ binary-ext }"

[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
pkg-url = "{ repo }/releases/download/v{ version }/deaddrop-v{ version }-{ target }.zip"
pkg-fmt = "zip"

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

[[bin]]
name = "dd"
path = "src/bin/dd.rs"

[[bin]]
name = "dd-chaos"
path = "src/bin/dd-chaos.rs"

[[bin]]
name = "dd-chat"
path = "src/bin/dd-chat.rs"

[[bin]]
name = "dd-conformance"
path = "src/bin/dd-conformance.rs"

[[bin]]
name = "dd-daemon"
path = "src/bin/dd-daemon.rs"

[[bin]]
name = "dd-file"
path = "src/bin/dd-file.rs"

[[bin]]
name = "dd-relay"
path = "src/bin/dd-relay.rs"

[[bin]]
name = "dd-sim"
path = "src/bin/dd-sim.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "env",
]

[dependencies.clap_complete]
version = "4.5"

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

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

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

[dependencies.directories]
version = "6.0"

[dependencies.rand]
version = "0.8"

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

[dependencies.serde_json]
version = "1.0"

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

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

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

[target."cfg(unix)".dependencies.libc]
version = "0.2"

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