# 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 = "smbios-lib" version = "0.9.2" authors = [ "Jeffrey R. Gerber ", "Ante Čulo ", "Juan Zuluaga ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "SMBIOS Library" homepage = "https://github.com/jrgerber/smbios-lib" readme = "README.md" keywords = [ "bios", "smbios", "dmtf", ] categories = ["hardware-support"] license-file = "LICENSE" repository = "https://github.com/jrgerber/smbios-lib" [lib] name = "smbioslib" path = "src/lib.rs" [[bin]] name = "smbiosdump" path = "src/main.rs" [[test]] name = "integration_test" path = "tests/integration_test.rs" [dependencies.getopts] version = "0.2.21" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "~1.0" [target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.core-foundation] version = "~0.10" [target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.core-foundation-sys] version = "~0.8" [target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.io-kit-sys] version = "~0.4" [target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.libc] version = "~0.2" [target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.mach2] version = "~0.4" [target."cfg(windows)".dependencies.libc] version = "0.2"