# 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 = "apdu-dispatch" version = "0.3.0" authors = [ "Conor Patrick ", "Nicolas Stalder ", "The Trussed developers", ] description = "Dispatch layer after nfc-device and usbd-ccid" license = "Apache-2.0 OR MIT" repository = "https://github.com/trussed-dev/apdu-dispatch" [dependencies.apdu-app] version = "0.1.0" [dependencies.delog] version = "0.1.4" [dependencies.heapless] version = "0.7" [dependencies.interchange] version = "0.3.0" [dependencies.iso7816] version = "0.1.2" [dev-dependencies.hex-literal] version = "0.3.4" [dev-dependencies.serial_test] version = "0.6" [features] default = [] log-all = [] log-debug = [] log-error = [] log-info = [] log-none = [] log-trace = [] log-warn = [] std = ["delog/std"]