# 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 = "device_status" version = "0.1.2" description = "This crate allow you to obtain information of the disk space in a particular device where a given path is located" readme = "README.org" license = "MIT" repository = "https://gitlab.com/centro-sismologico/device-info-status" [lib] name = "device_status" crate-type = ["rlib"] [dependencies.chrono] version = "0.4.24" [dependencies.clap] version = "4.2.1" features = ["derive"] [dependencies.fs2] version = "0.4.3" [dependencies.local-ip-address] version = "0.5.1" [dependencies.moebius-tools] version = "0.1.2" [dependencies.serde] version = "1.0.159" features = ["derive"] [dependencies.serde_json] version = "1.0.95"