2024-06-05 12:35:06 +02:00
|
|
|
[package]
|
|
|
|
|
name = "apdu-dispatch"
|
2026-03-23 14:54:35 +01:00
|
|
|
version = "0.4.0"
|
2024-06-05 12:35:06 +02:00
|
|
|
description = "Dispatch layer after nfc-device and usbd-ccid"
|
|
|
|
|
|
|
|
|
|
authors.workspace = true
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
repository.workspace = true
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2026-03-23 14:54:35 +01:00
|
|
|
apdu-app = "0.2.0"
|
2024-06-05 12:35:06 +02:00
|
|
|
delog = "0.1.4"
|
|
|
|
|
interchange = "0.3.0"
|
|
|
|
|
iso7816.workspace = true
|
2025-08-20 17:25:52 +02:00
|
|
|
heapless.workspace = true
|
2024-06-05 12:35:06 +02:00
|
|
|
|
|
|
|
|
[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 = []
|