ctap-types 0.5.0

no_std friendly types for FIDO CTAP
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "ctap-types"
version = "0.5.0"
authors = [
    "Nicolas Stalder <n@stalder.io>",
    "The Trussed developers",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "no_std friendly types for FIDO CTAP"
readme = false
license = "Apache-2.0 OR MIT"
repository = "https://github.com/trussed-dev/ctap-types"

[features]
arbitrary = [
    "dep:arbitrary",
    "std",
]
get-info-full = []
large-blobs = []
log-all = []
log-debug = []
log-error = []
log-info = []
log-none = []
log-trace = []
log-warn = []
std = []
third-party-payment = []

[lib]
name = "ctap_types"
path = "src/lib.rs"

[[test]]
name = "bennofs"
path = "tests/bennofs.rs"

[[test]]
name = "get_assertion"
path = "tests/get_assertion.rs"

[dependencies.arbitrary]
version = "1.3.2"
features = ["derive"]
optional = true

[dependencies.bitflags]
version = "1.3"

[dependencies.cbor-smol]
version = "0.5"
features = ["heapless-bytes-v0-5"]

[dependencies.cosey]
version = "0.4.0"

[dependencies.delog]
version = "0.1"

[dependencies.heapless]
version = "0.9"
features = ["serde"]
default-features = false

[dependencies.heapless-bytes]
version = "0.5"

[dependencies.iso7816]
version = "0.2.0"

[dependencies.serde]
version = "1"
features = ["derive"]
default-features = false

[dependencies.serde-indexed]
version = "0.1.1"

[dependencies.serde_bytes]
version = "0.11.14"
default-features = false

[dependencies.serde_repr]
version = "0.1"

[dev-dependencies.hex-literal]
version = "0.4.1"

[dev-dependencies.serde_test]
version = "1.0.176"