# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ssh_config" version = "0.1.0" authors = ["Afonso Bordado "] description = "A small package to parse OpenBSD ssh_config config files\n\nThe motivation for this crate is that libssh2 does not have a ssh_config\nparser, and there aren't any decent bindings to libssh.\n" homepage = "https://gitlab.com/INdek/ssh_config" readme = "README.md" keywords = ["ssh", "config", "ssh_config", "libssh", "libssh2"] license = "MPL-2.0" repository = "https://gitlab.com/INdek/ssh_config" [dependencies] [badges.gitlab] repository = "https://gitlab.com/INdek/ssh_config"