# 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 = "aida64-reader-rs" version = "0.1.33" authors = ["Yoake"] description = "a data reader from AIDA64" homepage = "https://github.com/Yoak3n/aida64-reader-rs" readme = "README.md" license = "MIT" repository = "https://github.com/Yoak3n/aida64-reader-rs" [package.metadata.docs.rs] all-features = true default-target = "x86_64-pc-windows-msvc" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde-xml-rs] version = "0.6.0" optional = true [dependencies.winapi] version = "0.3.9" features = [ "memoryapi", "handleapi", ] optional = true [dependencies.winreg] version = "0.52" optional = true [dependencies.wmi] version = "0.13" optional = true [features] default = ["shm"] reg = ["winreg"] shm = [ "winapi", "serde-xml-rs", ] wmis = ["wmi"]