# 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 = "sessh" version = "0.2.0" authors = ["Jon Gjengset ", "Akshay Narayan "] description = "Convenient wrapper for SSH sessions" homepage = "https://github.com/akshayknarayan/sessh" readme = "README.md" keywords = ["ssh"] categories = [] license = "MIT/Apache-2.0" repository = "https://github.com/akshayknarayan/sessh.git" [dependencies.educe] version = "0.4.2" [dependencies.failure] version = "0.1.7" [dependencies.slog] version = "2.5.2" [dependencies.ssh2] version = "0.8.0" [dev-dependencies.slog-term] version = "2" [dev-dependencies.tempfile] version = "3.1.0" [features] debug = ["slog/max_level_trace", "slog/release_max_level_debug"] [badges.maintenance] status = "passively-maintained"