# 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 = "systeminfo" version = "0.1.5" authors = ["Marirs "] build = false exclude = ["examples"] autobins = false autoexamples = false autotests = false autobenches = false description = "Gets the system hardware and os information" readme = "README.md" keywords = [ "hardware", "operatingsystem", "os", "system", "information", ] license = "MIT" repository = "https://github.com/marirs/systeminfo-rs" [profile.dev] opt-level = 3 [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 debug-assertions = false [lib] name = "systeminfo" path = "src/lib.rs" [dependencies.chrono] version = "0.4.38" [dependencies.libc] version = "0.2.94" [dependencies.serde] version = "1.0.126" features = ["derive"] [target.'cfg(target_os = "windows")'.dependencies.winapi] version = "0.3.9" features = [ "sysinfoapi", "memoryapi", "iphlpapi", "winnt", "winerror", "winreg", "ntstatus", "libloaderapi", "winuser", "processthreadsapi", ] [target.'cfg(target_os = "windows")'.dependencies.wmi] version = "0.8.1" [badges.travis-ci] repository = "marirs/systeminfo-rs"