# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "sys-info" version = "0.9.1" authors = ["Siyu Wang "] build = "build.rs" links = "info" description = "Get system information in Rust.\n\nFor now it supports Linux, Mac OS X, illumos, Solaris, FreeBSD, OpenBSD, and Windows.\n" documentation = "https://docs.rs/sys-info" readme = "README.md" keywords = ["system", "cpu", "disk", "memory", "information"] license = "MIT" repository = "https://github.com/FillZpp/sys-info-rs" [lib] name = "sys_info" path = "lib.rs" [dependencies.libc] version = "0.2.29" [build-dependencies.cc] version = "1"