[package]
edition = "2021"
name = "pqbr"
version = "0.0.1"
authors = ["Jeremy Dodson <jeremy@piqued-ai.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Forge Bridge — Host-side transport bridge between the ForgeKey device (USB CDC + custom HID class) and the host stack; speaks the pqfk-proto wire format (tokio, nusb/rusb, postcard). One transport for the CLI, web extension, and desktop console."
homepage = "https://pqdc.dev/pqbr"
readme = false
keywords = [
"pqdc",
"pqdx",
"governance",
"developer-tools",
]
categories = ["development-tools"]
license = "LicenseRef-Proprietary"
repository = "https://github.com/pqdc/pqbr"
[lib]
name = "pqbr"
path = "src/lib.rs"