[package] name = "device_status" version = "0.1.2" edition = "2021" description = "This crate allow you to obtain information of the disk space in a particular device where a given path is located" license = "MIT" repository = "https://gitlab.com/centro-sismologico/device-info-status" readme = "README.org" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "device_status" crate-type = ["rlib"] [dependencies] chrono = "0.4.24" clap = {version="4.2.1", features=["derive"]} fs2 = "0.4.3" local-ip-address = "0.5.1" serde = {version="1.0.159", features=["derive"]} serde_json = "1.0.95" moebius-tools = "0.1.2"