ctaphid-dispatch 0.4.0

Dispatch layer after usbd-ctaphid
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 = "ctaphid-dispatch"
version = "0.4.0"
authors = [
    "Conor Patrick <conor@solokeys.com>",
    "Nicolas Stalder <n@stalder.io>",
    "The Trussed developers",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dispatch layer after usbd-ctaphid"
readme = false
license = "Apache-2.0 OR MIT"
repository = "https://github.com/solokeys/ctaphid-dispatch"

[features]
default = []
log-all = []
log-debug = []
log-error = []
log-info = []
log-none = []
log-trace = []
log-warn = []
std = ["delog/std"]

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

[dependencies.ctaphid-app]
version = "0.2"

[dependencies.delog]
version = "0.1"

[dependencies.heapless-bytes]
version = "0.5"

[dependencies.interchange]
version = "0.3.0"

[dependencies.ref-swap]
version = "0.1.2"

[dependencies.trussed-core]
version = "0.2"