battery 0.3.0

Cross-platform information about batteries
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]
edition = "2018"
name = "battery"
version = "0.3.0"
authors = ["svartalf <self@svartalf.info>"]
build = "build.rs"
description = "Cross-platform information about batteries"
readme = "README.md"
keywords = ["battery", "linux", "macos"]
categories = ["os"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/svartalf/rust-battery"
[dependencies.cfg-if]
version = "0.1"

[dependencies.humantime]
version = "1.2.0"
[target."cfg(target_os = \"linux\")".dependencies.lazy-init]
version = "0.3"
[target."cfg(target_os = \"macos\")".dependencies.CoreFoundation-sys]
version = "0.1.4"

[target."cfg(target_os = \"macos\")".dependencies.IOKit-sys]
version = "0.1.5"

[target."cfg(target_os = \"macos\")".dependencies.libc]
version = "0.2.48"

[target."cfg(target_os = \"macos\")".dependencies.mach]
version = "0.1.2"
[badges.maintenance]
status = "experimental"