fetchlib 0.0.12

A lib for remote server connection through ssh
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 = "2024"
name = "fetchlib"
version = "0.0.12"
authors = ["Jiei Huang <jaydenkanahuang@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lib for remote server connection through ssh"
homepage = "https://github.com/JaydenHuang555/fetch"
documentation = "https://github.com/JaydenHuang555/fetch"
readme = false
license = "MIT"
resolver = "1"

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.rand]
version = "0.10.0"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.ssh-agent-lib]
version = "0.5.2"

[dependencies.ssh-key]
version = "0.6.7"
features = [
    "rand_core",
    "ed25519",
    "getrandom",
    "encryption",
]

[dependencies.ssh2]
version = "0.9.5"