ssh2-config 0.1.1

an ssh configuration parser for ssh2-rs
Documentation
example = []
[dependencies.dirs]
version = "^4.0.0"

[dependencies.thiserror]
version = "^1.0.0"

[dependencies.wildmatch]
version = "^2.1.0"
[dev-dependencies.pretty_assertions]
version = "^1.0.0"

[dev-dependencies.rpassword]
version = "^5.0.0"

[dev-dependencies.ssh2]
version = "^0.9.0"

[dev-dependencies.tempfile]
version = "^3.2.0"

[package]
authors = ["Christian Visintin <christian.visintin1997@gmail.com>"]
categories = ["network-programming"]
description = "an ssh configuration parser for ssh2-rs"
documentation = "https://docs.rs/ssh2-config"
edition = "2021"
homepage = "https://veeso.github.io/ssh2-config/"
include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
keywords = ["ssh2", "ssh", "ssh-config", "ssh-config-parser"]
license = "MIT"
name = "ssh2-config"
readme = "README.md"
repository = "https://github.com/veeso/ssh2-config"
resolver = "2"
version = "0.1.1"