ssh2-config-rs 0.7.2

a pure Rust SSH configuration parser library
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"
rust-version = "1.88.0"
name = "ssh2-config-rs"
version = "0.7.2"
authors = [
    "Peter Ryszkiewicz",
    "Christian Visintin <christian.visintin@veeso.dev>",
]
build = "build/main.rs"
include = [
    "build/**/*",
    "examples/**/*",
    "src/**/*",
    "LICENSE",
    "README.md",
    "CHANGELOG.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "a pure Rust SSH configuration parser library"
homepage = "https://github.com/pRizz/ssh2-config-rs"
documentation = "https://docs.rs/ssh2-config-rs"
readme = "README.md"
keywords = [
    "ssh",
    "ssh-config",
    "ssh-config-parser",
    "russh",
    "pure-rust",
]
categories = ["network-programming"]
license = "MIT"
repository = "https://github.com/pRizz/ssh2-config-rs"

[features]
default = []
nolog = ["log/max_level_off"]

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

[[example]]
name = "client"
path = "examples/client.rs"

[[example]]
name = "print"
path = "examples/print.rs"

[[example]]
name = "query"
path = "examples/query.rs"

[dependencies.bitflags]
version = "^2"

[dependencies.dirs]
version = "^6"

[dependencies.glob]
version = "0.3"

[dependencies.log]
version = "^0.4"

[dependencies.thiserror]
version = "^2"

[dependencies.wildmatch]
version = "^2"

[dev-dependencies.env_logger]
version = "^0.11"

[dev-dependencies.pretty_assertions]
version = "^1"

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

[dev-dependencies.russh]
version = "0.57"

[dev-dependencies.russh-keys]
version = "0.49"

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

[dev-dependencies.tokio]
version = "1"
features = ["full"]

[build-dependencies.anyhow]
version = "1"

[build-dependencies.gix]
version = "0.78"
features = [
    "blocking-http-transport-reqwest-rust-tls",
    "worktree-mutation",
]
default-features = false