You've already forked ctap-types
mirror of
https://github.com/trussed-dev/ctap-types.git
synced 2026-03-11 16:36:28 -07:00
30 lines
791 B
TOML
30 lines
791 B
TOML
[package]
|
|
name = "ctap-types"
|
|
version = "0.1.0"
|
|
authors = ["Nicolas Stalder <n@stalder.io>"]
|
|
edition = "2021"
|
|
license = "Apache-2.0 OR MIT"
|
|
description = "no_std friendly types for FIDO CTAP"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
bitflags = "1.3"
|
|
cbor-smol = "0.4"
|
|
cosey = "0.3"
|
|
delog = "0.1"
|
|
heapless = { version = "0.7", default-features = false, features = ["serde"] }
|
|
heapless-bytes = "0.3"
|
|
interchange = "0.2.1"
|
|
iso7816 = "0.1"
|
|
serde = { version = "1", default-features = false, features = ["derive"] }
|
|
serde-indexed = "0.1"
|
|
serde_repr = "0.1"
|
|
|
|
[features]
|
|
log-all = ["cbor-smol/log-all"]
|
|
log-none = []
|
|
|
|
# [patch.crates-io]
|
|
# heapless = { git = "https://github.com/nickray/heapless", branch = "bytebuf-0.5.6" }
|