# 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 = "libcpuid_dump" version = "0.1.2" authors = ["Umio Yasuno "] description = "This library is part of https://github.com/Umio-Yasuno/cpuid_dump_rs" homepage = "https://github.com/Umio-Yasuno/cpuid_dump_rs" readme = "README.md" keywords = [ "cpuid", "x86", "amd64", ] license = "MIT" repository = "https://github.com/Umio-Yasuno/cpuid_dump_rs" [lib] path = "lib.rs" [features] default = ["std"] std = [] [target."cfg(unix)".dependencies.libc] version = "^0.2" default-features = false [target."cfg(windows)".dependencies.windows] version = "^0.34" features = [ "Win32_Foundation", "Win32_System_Threading", ]