Files
apdu-dispatch/Cargo.toml
Nicolas Stalder 644336c38b Bump heapless
2021-06-10 23:21:41 +02:00

32 lines
659 B
TOML

[package]
name = "apdu-dispatch"
version = "0.0.1"
authors = ["Conor Patrick <conor@solokeys.com>", "Nicolas Stalder <n@stalder.io>"]
edition = "2018"
license = "Apache-2.0 OR MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
delog = "0.1.0"
heapless = "0.7"
# Components
iso7816 = { git = "https://github.com/ycrypto/iso7816", branch = "main" }
interchange = "0.2.0"
# Testing
serial_test = { version = "*", optional = true }
[features]
default = []
std = ["delog/std", "serial_test"]
log-all = []
log-none = []
log-debug = []
log-info = []
log-trace = []
log-warn = []
log-error = []