# 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 = "rinfo" version = "0.2.5" authors = ["Decator "] description = "Get basic information about your system from the command-line." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/Sir-Bobert-II/rinfo" [profile.dist] lto = "thin" inherits = "release" [dependencies.chrono] version = "0.4" [dependencies.chrono-humanize] version = "0.2" [dependencies.dirs] version = "4.0.0" [dependencies.humansize] version = "2.1" features = ["impl_style"] [dependencies.lazy_static] version = "1.4" [dependencies.libc] version = "0.2" [dependencies.plist] version = "1.0" [dependencies.regex] version = "1.7.1" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.structopt] version = "0.3.26" [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "0.7" [build-dependencies.bindgen] version = "0.64" [build-dependencies.cc] version = "1.0" features = ["parallel"] [build-dependencies.glob] version = "0.3.1" [target."cfg(windows)".dependencies.windows] version = "0.44" features = [ "Win32_System", "Win32_System_SystemInformation", "Win32_System_Diagnostics_Debug", "Win32_Foundation", "Win32_Networking_WinSock", "Win32_System_Threading", "Win32_System_WindowsProgramming", "Win32_System_Kernel", "Win32_System_Diagnostics_ToolHelp", ] [target."cfg(windows)".dependencies.winreg] version = "0.11.0" [target."cfg(windows)".dependencies.wmi] version = "0.11.4"