# 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 = "2018" name = "libmussh" version = "1.1.4" authors = ["Jason Ozias "] description = "SSH Multiplexer" homepage = "https://github.com/rustyhorde/libmussh" documentation = "https://docs.rs/libmussh" readme = "README.md" keywords = [ "ssh", "multiplex", ] license = "MIT/Apache-2.0" repository = "https://github.com/rustyhorde/libmussh" [dependencies.chrono] version = "0.4.23" [dependencies.clap] version = "2" [dependencies.getset] version = "0.1.2" [dependencies.indexmap] version = "1.9.2" [dependencies.serde] version = "1.0.149" features = ["derive"] [dependencies.slog] version = "2.7.0" features = [ "max_level_trace", "release_max_level_trace", ] [dependencies.slog-try] version = "1.0.1" [dependencies.ssh2] version = "0.9.3" [dependencies.toml] version = "0.5.9" [dependencies.wait_group] version = "0.1.4" [dev-dependencies.lazy_static] version = "1.4.0" [build-dependencies.rustversion] version = "1.0.9"