rneter 0.4.0

SSH connection manager for network devices with intelligent state machine handling
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 = "rneter"
version = "0.4.0"
authors = ["demohiiiii"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SSH connection manager for network devices with intelligent state machine handling"
homepage = "https://github.com/demohiiiii/rneter"
documentation = "https://docs.rs/rneter"
readme = "README.md"
keywords = [
    "ssh",
    "network",
    "device",
    "automation",
    "cisco",
]
categories = [
    "network-programming",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/demohiiiii/rneter"

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

[[example]]
name = "firewall_workflow"
path = "examples/firewall_workflow.rs"

[[example]]
name = "normalize_fixture"
path = "examples/normalize_fixture.rs"

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

[dependencies.anyhow]
version = "1.0.98"

[dependencies.async-ssh2-tokio]
version = "0.12.2"

[dependencies.log]
version = "0.4.27"

[dependencies.moka]
version = "0.12.13"
features = ["future"]

[dependencies.once_cell]
version = "1.21.3"

[dependencies.regex]
version = "1.12.2"

[dependencies.russh]
version = "0.55.0"
features = [
    "des",
    "dsa",
]

[dependencies.schemars]
version = "0.9.0"

[dependencies.serde]
version = "1.0.219"

[dependencies.serde_json]
version = "1.0.149"

[dependencies.sha2]
version = "0.10.8"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
version = "1"
features = ["rt-multi-thread"]