smbios 0.1.6

Provides detection and access to System Management BIOS (SMBIOS) and Desktop Management Interface (DMI) data and structures.
Documentation
# 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 = "smbios"
version = "0.1.6"
authors = ["Matt Layher <mdlayher@gmail.com>"]
description = "Provides detection and access to System Management BIOS (SMBIOS) and\nDesktop Management Interface (DMI) data and structures.\n"
homepage = "https://github.com/mdlayher/smbios-rs"
documentation = "https://docs.rs/smbios"
keywords = ["smbios", "dmi"]
categories = ["os"]
license = "MIT"
repository = "https://github.com/mdlayher/smbios-rs"
[dependencies.byteorder]
version = "1.2.6"

[dependencies.bytes]
version = "0.4.10"
[badges.maintenance]
status = "experimental"

[badges.travis-ci]
repository = "mdlayher/smbios-rs"