# 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 = "rustmiko" version = "0.6.0" authors = ["Kek5chen"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Netmiko rewrite for Rust" readme = "README.md" license = "MIT" repository = "https://github.com/Kek5chen/rustmiko" [lib] name = "rustmiko" path = "src/lib.rs" [[example]] name = "cisco_catalyst" path = "examples/cisco_catalyst.rs" [[example]] name = "generic_device" path = "examples/generic_device.rs" [[example]] name = "juniper_ex" path = "examples/juniper_ex.rs" [[example]] name = "juniper_srx300" path = "examples/juniper_srx300.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.log] version = "0.4.22" [dependencies.regex] version = "1.10.6" [dependencies.ssh2] version = "0.9.4" [dependencies.telnet] version = "0.2.1" [dev-dependencies.env_logger] version = "0.11.5" [features] cisco = [] default = [ "cisco", "juniper", ] juniper = []