coven-ssh 0.1.0

SSH key management and authentication utilities for coven services
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "coven-ssh"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SSH key management and authentication utilities for coven services"
readme = false
license = "MIT"
repository = "https://github.com/2389-research/coven"

[lib]
name = "coven_ssh"
path = "src/lib.rs"

[dependencies.base64]
version = "0.22"

[dependencies.dirs]
version = "6"

[dependencies.ed25519-dalek]
version = "2"

[dependencies.hex]
version = "0.4"

[dependencies.rand]
version = "0.8"

[dependencies.sha2]
version = "0.10"

[dependencies.ssh-key]
version = "0.6"
features = [
    "ed25519",
    "encryption",
]

[dependencies.thiserror]
version = "2"

[dependencies.tonic]
version = "0.12"
features = ["tls-roots"]

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "rt-multi-thread",
    "macros",
]