oltcore 0.1.18

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

[features]
default = ["serialization"]
serialization = [
    "serde",
    "serde_json",
]

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

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

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

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

[dependencies.r2d2]
version = "0.8"

[dependencies.regex]
version = "1.10"

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

[dependencies.serde_json]
version = "1.0"
optional = true

[dependencies.ssh2]
version = "0.9"

[dependencies.utoipa]
version = "5"

[dev-dependencies.proptest]
version = "1.4"

[dev-dependencies.serde]
version = "1.0"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1.0"