sshconfig-lint 0.3.0

Linter for OpenSSH client config files
Documentation
# 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 = "2024"
name = "sshconfig-lint"
version = "0.3.0"
authors = ["Noah"]
build = false
exclude = [
    "aur/",
    "Formula/",
    "install.sh",
    ".github/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Linter for OpenSSH client config files"
homepage = "https://github.com/Noah4ever/sshconfig-lint"
readme = "README.md"
keywords = [
    "ssh",
    "config",
    "lint",
    "cli",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/Noah4ever/sshconfig-lint"

[lib]
name = "sshconfig_lint"
path = "src/lib.rs"

[[bin]]
name = "sshconfig-lint"
path = "src/main.rs"

[[test]]
name = "cli"
path = "tests/cli.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.dirs]
version = "5.0"

[dependencies.glob]
version = "0.3"

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.insta]
version = "1"

[dev-dependencies.predicates]
version = "3"

[dev-dependencies.tempfile]
version = "3"