tesseras-paste 0.1.3

Decentralized pastebin built on tesseras-dht
# 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"
name = "tesseras-paste"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Decentralized pastebin built on tesseras-dht"
homepage = "https://tesseras.net"
readme = "README.md"
keywords = [
    "dht",
    "kademlia",
    "p2p",
    "nat",
    "distributed",
]
categories = ["network-programming"]
license = "ISC"
repository = "https://got.tesseras.net/?action=summary&path=tesseras-dht.git"

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

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

[dependencies.chacha20poly1305]
version = "=0.10.1"

[dependencies.env_logger]
version = "=0.11.10"

[dependencies.log]
version = "=0.4.29"

[dependencies.tesseras-dht]
version = "=0.1.4"