[package]
edition = "2021"
rust-version = "1.75"
name = "bcccop"
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 = "BCCCOP™ — Biometric-First Communication Protocol. Top-level landing crate; see bcccop-core for the reference implementation."
homepage = "https://theCwindLab.net"
documentation = "https://docs.rs/bcccop"
readme = "README.md"
keywords = [
"bcccop",
"biometric",
"protocol",
"zero-trust",
"attestation",
]
categories = [
"cryptography",
"network-programming",
]
license = "Apache-2.0"
repository = "https://github.com/DrmedPatrickSchur/bcccop"
[lib]
name = "bcccop"
path = "src/lib.rs"
[dependencies]