You've already forked usbd-ctaphid
mirror of
https://github.com/trussed-dev/usbd-ctaphid.git
synced 2026-03-11 16:36:57 -07:00
39 lines
986 B
TOML
39 lines
986 B
TOML
[package]
|
|
name = "usbd-ctaphid"
|
|
version = "0.1.0"
|
|
authors = ["Nicolas Stalder <n@stalder.io>"]
|
|
edition = "2021"
|
|
license = "Apache-2.0 OR MIT"
|
|
documentation = "https://docs.rs/usbd-ctaphid"
|
|
repository = "https://github.com/trussed-dev/usbd-ctaphid"
|
|
description = "usb-device driver for CTAPHID"
|
|
categories = ["embedded", "no-std"]
|
|
|
|
[dependencies]
|
|
ctap-types = "0.1.0"
|
|
ctaphid-dispatch = "0.1.0"
|
|
embedded-time = "0.12"
|
|
delog = "0.1.0"
|
|
heapless = "0.7"
|
|
heapless-bytes = "0.3"
|
|
interchange = "0.3.0"
|
|
serde = { version = "1.0", default-features = false }
|
|
usb-device = "0.2.3"
|
|
ref-swap = "0.1.2"
|
|
trussed = "0.1.0"
|
|
|
|
|
|
[features]
|
|
default = []
|
|
|
|
log-all = []
|
|
log-none = []
|
|
log-info = []
|
|
log-debug = []
|
|
log-warn = []
|
|
log-error = []
|
|
|
|
[patch.crates-io]
|
|
ctaphid-dispatch = { git = "https://github.com/trussed-dev/ctaphid-dispatch.git", rev = "57cb3317878a8593847595319aa03ef17c29ec5b" }
|
|
trussed = { git = "https://github.com/trussed-dev/trussed.git", rev = "51e68500d7601d04f884f5e95567d14b9018a6cb" }
|