# 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 = "about-system" version = "0.1.0" authors = ["Isabela Schulze "] description = "Retrieve system information" documentation = "https://docs.rs/about-system/" readme = "README.md" keywords = ["system", "runtime", "platform", "info"] categories = ["config", "hardware-support", "localization", "os"] license = "BSD-3-Clause" repository = "https://github.com/Ereski/about-system" [dependencies.semver] version = "0.9.0" [dependencies.quick-error] version = "1.2.1" [dependencies.cpuid] version = "0.1.1" [target."cfg(unix)".dependencies.sysinfo] version = "0.3.17" [target."cfg(unix)".dependencies.rs-release] version = "0.1.7" [target."cfg(unix)".dependencies.uname] version = "0.1.1" [target."cfg(windows)".dependencies.winapi] version = "0.2.8" [target."cfg(windows)".dependencies.win32-error] version = "0.9.0" [target."cfg(windows)".dependencies.kernel32-sys] version = "0.2.2" [badges.travis-ci] repository = "Ereski/about-system" [badges.appveyor] repository = "Ereski/about-system"