sshca-cli/Cargo.toml

21 lines
712 B
TOML

[package]
name = "sshca-cli"
version = "0.1.1"
description = "CLI client for SSHCA"
homepage = "https://git.pyrocufflink.net/dustin/sshca"
authors = ["Dustin C. Hatch <dustin@hatch.name>"]
license = "MIT OR Apache-2.0"
edition = "2021"
[dependencies]
argh = "0.1.12"
argon2 = { version = "0.5.2", default-features = false, features = ["alloc"] }
gethostname = "0.4.3"
jsonwebtoken = { version = "9.1.0", default-features = false }
reqwest = { version = "0.11.22", features = ["multipart"] }
serde = { version = "1.0.190", features = ["derive"] }
tokio = { version = "1.33.0", features = ["rt", "macros"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
uuid = "1.5.0"