# 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 = "rpush" version = "0.0.7" authors = ["Liyan 18525589998@163.com"] description = "push files to server by rust." homepage = "https://www.surcode.cn/docs/apps/rpush" documentation = "https://docs.rs/rpush" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/hi-liyan/rpush/" [dependencies.base64] version = "0.21.0" [dependencies.clap] version = "4.1.6" features = [ "derive", "cargo", ] [dependencies.confy] version = "0.5.0" features = ["yaml_conf"] default-features = false [dependencies.dirs] version = "4.0" [dependencies.flate2] version = "1.0.24" [dependencies.indicatif] version = "0.17.1" [dependencies.mac_address] version = "1.1.4" [dependencies.nu-ansi-term] version = "0.46.0" [dependencies.rpassword] version = "7.1.0" [dependencies.rust-crypto] version = "0.2.36" [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.ssh-rs] version = "0.3.2" [dependencies.tar] version = "0.4.38"