mirror of
https://github.com/trussed-dev/iso7816.git
synced 2026-06-20 04:16:14 -07:00
26 lines
626 B
TOML
26 lines
626 B
TOML
[package]
|
|
name = "iso7816"
|
|
version = "0.1.3"
|
|
authors = ["The Trussed developers"]
|
|
edition = "2021"
|
|
repository = "https://github.com/trussed-dev/iso7816"
|
|
description = "Types for ISO 7816"
|
|
license = "Apache-2.0 OR MIT"
|
|
documentation = "https://docs.rs/iso7816"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
defmt = { version = "0.3", optional = true }
|
|
heapless = "0.7"
|
|
heapless-bytes = { version = "0.3.0", optional = true }
|
|
|
|
[features]
|
|
std = []
|
|
defmt = ["dep:defmt"]
|
|
|
|
[dev-dependencies]
|
|
hex-literal = "0.3.1"
|
|
quickcheck = "1.0.3"
|
|
quickcheck_macros = "1.0.0"
|