# 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 = "cpuid_dump_rs" version = "0.1.2" authors = ["Umio Yasuno "] description = "The simple cpuid dump tool & library" 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" [profile.release] opt-level = 2 lto = true strip = true [[bin]] name = "cpuid_dump" path = "src/main.rs" [dependencies.libcpuid_dump] version = "0.1.2"