bcccop 0.1.0

BCCCOP™ — Biometric-First Communication Protocol. Top-level landing crate; see bcccop-core for the reference implementation.
Documentation
# ── BCCCOP — Top-level name claim crate ───────────────────────────────
# Purpose: claim the bare `bcccop` name on crates.io and provide a
#          stable landing crate that documents trademark + patent
#          posture and points users to the reference implementation.
#
# This crate intentionally contains no functional code. The functional
# reference implementation lives in the `bcccop-core` crate.

[package]
name         = "bcccop"
version      = "0.1.0"
edition      = "2021"
rust-version = "1.75"
license      = "Apache-2.0"
authors      = ["Dr. med. Patrick Schur <partnerships@theCwindLab.net>"]
description  = "BCCCOP™ — Biometric-First Communication Protocol. Top-level landing crate; see bcccop-core for the reference implementation."
repository   = "https://github.com/DrmedPatrickSchur/bcccop"
homepage     = "https://theCwindLab.net"
documentation = "https://docs.rs/bcccop"
readme       = "README.md"
keywords     = ["bcccop", "biometric", "protocol", "zero-trust", "attestation"]
categories   = ["cryptography", "network-programming"]

[dependencies]