# 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.3.0" authors = [ "Nicolas Stalder ", "The Trussed developers", ] description = "usb-device driver for CCID" documentation = "https://docs.rs/usbd-ccid" categories = [ "embedded", "no-std", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/trussed-dev/usbd-ccid" [dependencies.delog] version = "0.1.0" [dependencies.embedded-time] version = "0.12" [dependencies.heapless] version = "0.7" [dependencies.interchange] version = "0.3" [dependencies.iso7816] version = "0.1" [dependencies.usb-device] version = "0.2.3" features = ["control-buffer-256"] [features] default = [] highspeed-usb = [] log-all = [] log-debug = [] log-error = [] log-info = [] log-none = [] log-warn = []