# 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 = "2021" name = "remote_jupyter" version = "0.1.2" description = "Manage multiple Jupyter sessions running on remote servers through SSH tunneling." readme = "README.md" keywords = ["science"] categories = [ "command-line-utilities", "science", ] license = "MIT" repository = "https://github.com/vsbuffalo/remote_jupyter" [[bin]] name = "rjy" path = "src/main.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.4.2" features = ["derive"] [dependencies.dirs] version = "5.0.1" [dependencies.nix] version = "0.27.1" features = ["signal"] [dependencies.prettytable-rs] version = "0.10.0" default-features = false [dependencies.serde] version = "1.0.188" [dependencies.serde_derive] version = "1.0.188" [dependencies.serde_yaml] version = "0.9.25" [dependencies.ssh2] version = "0.9.4" [dependencies.term] version = "0.7.0" [dependencies.url] version = "2.4.1"