ssh_attest_verify/Cargo.toml

16 lines
386 B
TOML
Raw Normal View History

2023-08-14 10:05:13 -05:00
[package]
name = "ssh_attest_verifier"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.72"
ciborium = "0.2.1"
ctap-hid-fido2 = "3.5.0"
ssh-encoding = "0.2.0"
ssh-key = { version = "0.6.0" }
thiserror = "1.0.44"
x509-parser = { version = "0.15.1", features = ["verify"] }