ssh-commander-core 0.1.0

Async Rust domain layer for SSH, SFTP, FTP/FTPS, PostgreSQL, and connection management — the engine behind midnight-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"
rust-version = "1.95"
name = "ssh-commander-core"
version = "0.1.0"
authors = ["Andreas Mueller <herban.mueller@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Async Rust domain layer for SSH, SFTP, FTP/FTPS, PostgreSQL, and connection management — the engine behind midnight-ssh."
homepage = "https://github.com/asmuelle/ssh-commander-core"
documentation = "https://docs.rs/ssh-commander-core"
readme = "README.md"
keywords = [
    "ssh",
    "sftp",
    "ftp",
    "postgres",
    "tunnel",
]
categories = [
    "network-programming",
    "database",
    "asynchronous",
    "authentication",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/asmuelle/ssh-commander-core"
resolver = "2"

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

[dependencies.anyhow]
version = "1"

[dependencies.async-std]
version = "1"

[dependencies.async-trait]
version = "0.1"

[dependencies.chrono]
version = "0.4"
features = ["clock"]
default-features = false

[dependencies.dirs]
version = "5"

[dependencies.futures]
version = "0.3"

[dependencies.rand]
version = "0.8"

[dependencies.russh]
version = "0.43"
features = [
    "openssl",
    "vendored-openssl",
]

[dependencies.russh-keys]
version = "0.43"
features = ["vendored-openssl"]

[dependencies.russh-sftp]
version = "2"

[dependencies.rustls]
version = "0.23"
features = ["ring"]
default-features = false

[dependencies.rustls-native-certs]
version = "0.8"

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

[dependencies.serde_json]
version = "1"

[dependencies.suppaftp]
version = "6"
features = ["async-native-tls"]

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tokio-postgres]
version = "0.7"
features = [
    "runtime",
    "with-chrono-0_4",
]

[dependencies.tokio-postgres-rustls]
version = "0.13"

[dependencies.tokio-util]
version = "0.7"

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1"
features = ["v4"]

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

[target.'cfg(target_os = "macos")'.dependencies.security-framework]
version = "3"

[target.'cfg(target_os = "macos")'.dependencies.security-framework-sys]
version = "2"