usbd-ccid 0.5.0

usb-device driver for CCID
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "usbd-ccid"
version = "0.5.0"
authors = [
    "Nicolas Stalder <n@stalder.io>",
    "The Trussed developers",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "usb-device driver for CCID"
documentation = "https://docs.rs/usbd-ccid"
readme = false
categories = [
    "embedded",
    "no-std",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/trussed-dev/usbd-ccid"

[features]
default = []
highspeed-usb = []
log-all = []
log-debug = []
log-error = []
log-info = []
log-none = []
log-trace = []
log-warn = []

[lib]
name = "usbd_ccid"
path = "src/lib.rs"

[dependencies.delog]
version = "0.1.0"

[dependencies.embedded-time]
version = "0.12"

[dependencies.heapless]
version = "0.9"

[dependencies.interchange]
version = "0.3"

[dependencies.usb-device]
version = "0.3.2"
features = ["control-buffer-256"]