[dependencies.shellexpand]
version = "3.1.1"
[dev-dependencies.tempfile]
version = "3.3.0"
[[example]]
name = "parse-ssh-config"
path = "examples/parse-ssh-config/main.rs"
[lib]
name = "sshconfig"
path = "src/lib.rs"
[package]
authors = ["Pone Ding<poneding@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A library for parsing SSH config files in Rust."
documentation = "https://github.com/poneding/sshconfig"
edition = "2024"
keywords = ["sshconfig"]
license = "MIT OR Apache-2.0"
name = "sshconfig"
readme = "README.md"
repository = "https://github.com/poneding/sshconfig"
version = "0.1.0"