fido_ssh_maker/Cargo.toml

21 lines
528 B
TOML

[package]
name = "fido_ssh_maker"
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"
bitflags = "2.4.0"
clap = { version = "4.3.21", features = ["derive"] }
ctrlc = "3.4.0"
dialoguer = "0.10.4"
gethostname = "0.4.3"
libfido2 = { version = "0.1.0", path = "../libfido2" }
p256 = "0.13.2"
rand = "0.8.5"
ssh-encoding = { version = "0.2.0" }
ssh-key = { version = "0.6.0", features = ["ed25519"] }
whoami = "1.4.1"