# 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 = "2018" name = "system-info" version = "0.1.2" authors = ["Douman "] description = "Library to get system information" keywords = [ "os", "system", "network", "ip", "getifaddrs", ] categories = [ "os", "api-bindings", ] license = "BSL-1.0" repository = "https://github.com/DoumanAsh/system-info" [package.metadata.docs.rs] features = ["std"] [dependencies.libc] version = "0.2" default-features = false [features] std = [] [target."cfg(target_os = \"windows\")".dependencies.windows-sys] version = "0.36.1" features = [ "Win32_Foundation", "Win32_Globalization", "Win32_Networking_WinSock", "Win32_NetworkManagement_IpHelper", "Win32_System_SystemInformation", "Win32_System_Diagnostics_Debug", ]