rusible 0.0.0

[WIP] Writing infrastructure automation tasks in Rust.
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 = "rusible"
version = "0.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "[WIP] Writing infrastructure automation tasks in Rust."
readme = false
license = "MulanPSL-2.0"
repository = "https://github.com/jmjoy/rusible"

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

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.russh]
version = "0.52.1"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
version = "1.45.1"
features = [
    "fs",
    "io-std",
    "io-util",
    "net",
    "rt-multi-thread",
]

[dev-dependencies.tokio]
version = "1.45.1"
features = ["macros"]