# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rasp_mgr" version = "1.0.0" authors = ["PiyushXCoder "] description = "A simple server manager for local newtrok" readme = "README.md" keywords = ["server", "raspberry-pi", "raspberry"] license = "GPL-3.0-only" repository = "https://github.com/PiyushXCoder/Rasp-Manager" [dependencies.async-std] version = "1.6.0" features = ["attributes"] [dependencies.clap] version = "2.33.3" [dependencies.humantime] version = "2.1.0" [dependencies.libc] version = "0.2.97" [dependencies.libmedium] version = "0.5.5" [dependencies.mnt] version = "0.3.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sys-info] version = "0.9.0" [dependencies.tide] version = "0.16.0"