ssh_cfg 0.3.0

Parses `~/.ssh/config` asynchronously.
Documentation
[dependencies.async-fs]
version = "1.5.0"

[dependencies.dirs]
version = "4.0.0"

[dependencies.indexmap]
version = "1.7.0"

[dependencies.plain_path]
version = "0.1.0"
[dev-dependencies.tokio]
features = ["rt"]
version = "1.14.0"

[package]
authors = ["Azriel Hoh <azriel91@gmail.com>"]
description = "Parses `~/.ssh/config` asynchronously."
documentation = "https://docs.rs/ssh_cfg/"
edition = "2018"
keywords = ["ssh", "async"]
license = "MIT OR Apache-2.0"
name = "ssh_cfg"
readme = "README.md"
repository = "https://github.com/azriel91/ssh_cfg"
version = "0.3.0"