[package]
edition = "2021"
rust-version = "1.75"
name = "bubblepress"
version = "0.1.0"
authors = ["Dr. med. Patrick Schur <partnerships@theCwindLab.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "BUBBLEPRESS™ — reference user-facing application of the BCCCOP™ Biometric-First Communication Protocol. Top-level landing crate."
homepage = "https://theCwindLab.net"
documentation = "https://docs.rs/bubblepress"
readme = "README.md"
keywords = [
"bubblepress",
"bcccop",
"biometric",
"application",
"fireframes",
]
categories = [
"network-programming",
"gui",
]
license = "Apache-2.0"
repository = "https://github.com/DrmedPatrickSchur/bubblepress"
[lib]
name = "bubblepress"
path = "src/lib.rs"
[dependencies]