# 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 = "libmacchina" version = "8.0.0" authors = [ "grtcdr ", "Marvin Haschker ", "Uttarayan Mondal ", ] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A library that can fetch all sorts of system information." readme = "README.md" keywords = [ "system", "fetch", "library", ] license = "MIT" repository = "https://github.com/Macchina-CLI/libmacchina" [lib] name = "libmacchina" path = "src/lib.rs" [dependencies.cfg-if] version = "1.0.0" [dependencies.home] version = "0.5.5" [dependencies.libc] version = "0.2.148" [dependencies.pciid-parser] version = "0.6.3" [build-dependencies.vergen] version = "8.2.6" features = [ "build", "cargo", "git", "gitcl", "rustc", ] optional = true default-features = false [features] openwrt = [] version = ["vergen"] [target.'cfg(any(target_os = "linux", target_os = "netbsd"))'.build-dependencies.pkg-config] version = "0.3.27" optional = true [target.'cfg(any(target_os = "linux", target_os = "netbsd", target_os = "android"))'.dependencies.itertools] version = "0.11.0" [target.'cfg(any(target_os="freebsd", target_os = "linux"))'.dependencies.sqlite] version = "0.36.0" [target.'cfg(any(target_os="freebsd", target_os = "netbsd"))'.dependencies.x11rb] version = "0.12.0" [target.'cfg(not(any(target_os = "netbsd", target_os = "windows")))'.dependencies.sysctl] version = "0.5.4" [target.'cfg(not(target_os = "windows"))'.dependencies.if-addrs] version = "0.10.2" [target.'cfg(target_family = "unix")'.dependencies.num_cpus] version = "1.16.0" [target.'cfg(target_os = "linux")'.dependencies.dirs] version = "5.0.1" [target.'cfg(target_os = "linux")'.dependencies.nix] version = "0.26.2" features = ["socket"] default-features = false [target.'cfg(target_os = "linux")'.dependencies.os-release] version = "0.1" [target.'cfg(target_os = "linux")'.dependencies.regex] version = "1.9.2" [target.'cfg(target_os = "linux")'.dependencies.rpm-pkg-count] version = "0.2.1" features = ["runtime"] [target.'cfg(target_os = "linux")'.dependencies.walkdir] version = "2.4.0" [target.'cfg(target_os = "linux")'.dependencies.wayland-sys] version = "0.31.1" features = [ "dlopen", "client", ] [target.'cfg(target_os = "macos")'.dependencies.core-foundation] version = "0.9.3" [target.'cfg(target_os = "macos")'.dependencies.core-graphics] version = "0.23.1" [target.'cfg(target_os = "macos")'.dependencies.core-video-sys] version = "0.1.4" [target.'cfg(target_os = "macos")'.dependencies.mach2] version = "0.4.1" [target.'cfg(target_os = "netbsd")'.dependencies.nix] version = "0.26.2" features = ["hostname"] default-features = false [target.'cfg(target_os = "netbsd")'.dependencies.regex] version = "1.9.2" [target.'cfg(target_os = "windows")'.dependencies.local-ip-address] version = "0.5.6" [target.'cfg(target_os = "windows")'.dependencies.windows] version = "0.39.0" features = [ "Win32_Foundation", "Win32_System_Power", "Win32_System_SystemInformation", "Win32_System_WindowsProgramming", ] [target.'cfg(target_os = "windows")'.dependencies.winreg] version = "0.10.1" [target.'cfg(target_os = "windows")'.dependencies.wmi] version = "0.12.0"