[package] name = "rasp_mgr" version = "2.0.4" description = "A simple server manager for local newtrok" authors = ["PiyushXCoder "] license = "GPL-3.0-only" readme = "README.md" repository = "https://github.com/PiyushXCoder/Rasp-Manager" keywords = ["server", "raspberry-pi", "raspberry"] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = "2.33" toml = "0.5" tide = "0.16" async-std = { version = "1.6", features = ["attributes"] } serde = { version = "1.0", features = ["derive"] } humantime = "2.1" sys-info = "0.9" libc = "0.2" mnt = "0.3" libmedium = "0.6"