apdu-app 0.2.0

trait for APDU applications
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 = "apdu-app"
version = "0.2.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 = "trait for APDU applications"
readme = false
license = "Apache-2.0 OR MIT"
repository = "https://github.com/trussed-dev/apdu-dispatch"

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

[dependencies.heapless]
version = "0.9"

[dependencies.iso7816]
version = "0.2.0"