# 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 = "DPM-Server" version = "0.1.0" authors = ["Derrick Lin"] description = "DPM-Server is a server for the DPM-Client. It is a simple server that can be used to store and retrieve files from the DPM-Client." readme = "README.md" keywords = [ "dpm", "repo", "Server", "self", "system", ] categories = ["Command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/Derrick-Program/DPM-Server" [[bin]] name = "dpm-server" path = "src/main.rs" [dependencies.anstyle] version = "1.0.6" [dependencies.anyhow] version = "1.0.80" [dependencies.clap] version = "4.5.1" features = ["derive"] [dependencies.clap_complete] version = "4.5.1" [dependencies.colored] version = "2.1.0" [dependencies.digest] version = "0.10.7" [dependencies.flate2] version = "1.0.28" [dependencies.hex] version = "0.4.3" [dependencies.hex-literal] version = "0.4.1" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.sha2] version = "0.10.8" [dependencies.walkdir] version = "2.4.0" [dependencies.zip] version = "0.6.6"