# 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 = "mussh" version = "3.1.3" authors = ["Jason Ozias "] description = "SSH Multiplexing" homepage = "http://rustyhorde.github.io/mussh" documentation = "http://rustyhorde.github.io/mussh" readme = "README.md" keywords = [ "mussh", "ssh", ] license = "MIT/Apache-2.0" repository = "https://github.com/rustyhorde/mussh" [dependencies.chrono] version = "0.4.23" [dependencies.clap] version = "2.34.0" [dependencies.dirs] version = "1.0.5" [dependencies.getset] version = "0.1.2" [dependencies.libmussh] version = "1.1.4" [dependencies.rusqlite] version = "0.28.0" [dependencies.slog] version = "2.7.0" features = [ "max_level_trace", "release_max_level_trace", ] [dependencies.slog-async] version = "2.7.0" [dependencies.slog-term] version = "2.9.0" [dependencies.slog-try] version = "1.0.1" [build-dependencies.rustversion] version = "1.0.9"