You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
456 B
TOML
16 lines
456 B
TOML
[package]
|
|
name = "ctap2-proto"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
fido-common = { path = "../fido-common" }
|
|
bounded-integer = { version = "0.5.3", features = ["types", "std"] }
|
|
coset = "0.3.3"
|
|
serde = { version = "1.0", features = ["derive"], optional = true }
|
|
|
|
[features]
|
|
serde = ["dep:serde", "fido-common/serde", "bounded-integer/serde1"]
|