mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-14 16:35:06 +01:00
21 lines
425 B
TOML
21 lines
425 B
TOML
[package]
|
|
name = "cluelessh-keys"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
aes = "0.8.4"
|
|
bcrypt-pbkdf = "0.10.0"
|
|
ctr = "0.9.2"
|
|
ed25519-dalek = { version = "2.1.1", features = ["rand_core"] }
|
|
pem = "3.0.4"
|
|
rand = "0.8.5"
|
|
thiserror = "1.0.63"
|
|
base64 = "0.22.1"
|
|
cluelessh-format = { version = "0.1.0", path = "../cluelessh-format" }
|
|
tracing.workspace = true
|
|
p256 = "0.13.2"
|
|
serde = "1.0.209"
|
|
|
|
[lints]
|
|
workspace = true
|