You've already forked apdu-dispatch
mirror of
https://github.com/trussed-dev/apdu-dispatch.git
synced 2026-03-11 16:36:07 -07:00
35 lines
782 B
TOML
35 lines
782 B
TOML
[package]
|
|
name = "apdu-dispatch"
|
|
version = "0.1.2"
|
|
authors = ["Conor Patrick <conor@solokeys.com>", "Nicolas Stalder <n@stalder.io>", "The Trussed developers"]
|
|
edition = "2021"
|
|
license = "Apache-2.0 OR MIT"
|
|
description = "Dispatch layer after nfc-device and usbd-ccid"
|
|
repository = "https://github.com/trussed-dev/apdu-dispatch"
|
|
documentation = "https://docs.rs/apdu-dispatch"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
delog = "0.1.4"
|
|
heapless = "0.7"
|
|
interchange = "0.3.0"
|
|
iso7816 = "0.1.1"
|
|
|
|
[dev-dependencies]
|
|
# Testing
|
|
serial_test = "0.6"
|
|
hex-literal = "0.3.4"
|
|
|
|
[features]
|
|
default = []
|
|
std = ["delog/std"]
|
|
|
|
log-all = []
|
|
log-none = []
|
|
log-debug = []
|
|
log-info = []
|
|
log-trace = []
|
|
log-warn = []
|
|
log-error = []
|