rustnetconf 0.8.2

An async-first NETCONF 1.0/1.1 client library for 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 = "2021"
name = "rustnetconf"
version = "0.8.2"
authors = ["fastrevmd-lab"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An async-first NETCONF 1.0/1.1 client library for Rust"
readme = "README.md"
keywords = [
    "netconf",
    "network",
    "automation",
    "ssh",
    "async",
]
categories = ["network-programming"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/fastrevmd-lab/rustnetconf"

[features]
default = []
tls = [
    "rustls",
    "tokio-rustls",
    "rustls-pemfile",
    "webpki-roots",
]

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

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

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

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

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

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

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

[dependencies.futures]
version = "0.3.32"

[dependencies.quick-xml]
version = "0.37"
features = ["serialize"]

[dependencies.russh]
version = "0.60"
features = [
    "flate2",
    "aws-lc-rs",
]
default-features = false

[dependencies.rustls]
version = "0.23"
features = [
    "std",
    "tls12",
    "aws_lc_rs",
]
optional = true
default-features = false

[dependencies.rustls-pemfile]
version = "2"
optional = true

[dependencies.thiserror]
version = "2"

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

[dependencies.tokio-rustls]
version = "0.26"
optional = true

[dependencies.tracing]
version = "0.1"

[dependencies.webpki-roots]
version = "0.26"
optional = true

[dev-dependencies.tokio-test]
version = "0.4"

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]