[package] name = "ssh_cfg2" version = "0.1.1" authors = ["Julien-R44 "] edition = "2018" description = "Parses `~/.ssh/config` asynchronously." repository = "https://github.com/Julien-R44/ssh_cfg" documentation = "https://docs.rs/ssh_cfg/" readme = "README.md" keywords = ["ssh", "async"] license = "MIT OR Apache-2.0" [dependencies] async-fs = "1.5.0" dirs = "3.0.1" indexmap = "1.6.2" plain_path = "0.1.0" [dev-dependencies] tokio = { version = "1.3.0", features = ["rt"] }