[dependencies]
[lib]
doctest = false
name = "tesseras"
path = "src/lib.rs"
test = false
[lints.clippy]
[lints.rust]
[package]
authors = ["murilo ijanc' <mbsd@m0x.ru>", "Tesseras contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "cryptography"]
description = "A modern decentralized communication infrastructure with post-quantum cryptography"
edition = "2021"
homepage = "https://tesseras.net"
include = ["/src"]
keywords = ["p2p", "distributed", "networking", "cryptography", "iot"]
license = "ISC"
name = "tesseras"
publish = true
readme = "README.md"
repository = "https://git.sr.ht/~microbio/tesseras"
resolver = "3"
rust-version = "1.85.0"
version = "0.1.0"