# 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 = "moshudp" version = "0.1.4" description = "Alternative simplistic UDP-based session establisher for mosh-client and mosh-server." keywords = [ "mosh", "ssh", "cli", ] categories = ["command-line-utilities"] license = "MIT/Apache-2.0" repository = "https://github.com/vi/moshudp" resolver = "2" [dependencies.anyhow] version = "1.0.56" [dependencies.argh] version = "0.1.7" [dependencies.bincode] version = "1.3.3" [dependencies.chacha20poly1305] version = "0.9.0" [dependencies.fxhash] version = "0.2.1" [dependencies.generic-array] version = "0.14.4" [dependencies.getrandom] version = "0.2.6" features = ["std"] [dependencies.gumdrop] version = "0.8.1" [dependencies.nix] version = "0.23.1" [dependencies.serde] version = "1.0.136" features = ["derive"]