oltcore 0.2.13

A Rust library for interacting with OLT devices (Huawei, ZTE, etc.) via 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 = "oltcore"
version = "0.2.13"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library for interacting with OLT devices (Huawei, ZTE, etc.) via SSH"
readme = "README.md"
keywords = [
    "olt",
    "ssh",
    "networking",
    "huawei",
    "gpon",
]
categories = ["network-programming"]
license = "MIT"
repository = "https://github.com/wuzi/oltcore"

[features]
default = []
serde = ["dep:serde"]
utoipa = ["dep:utoipa"]

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

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

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

[dependencies.bb8]
version = "0.9"

[dependencies.russh]
version = "0.58"

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

[dependencies.utoipa]
version = "5"
optional = true

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