jolt-platform 1.2.0

Cross-platform battery and power monitoring for jolt
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 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 = "jolt-platform"
version = "1.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cross-platform battery and power monitoring for jolt"
readme = "README.md"
license = "MIT"
repository = "https://github.com/jordond/jolt"

[features]
default = []
linux = []

[lib]
name = "jolt_platform"
path = "src/lib.rs"

[dependencies.color-eyre]
version = "0.6.5"

[dependencies.libc]
version = "0.2.180"

[dependencies.starship-battery]
version = "0.10.3"

[dependencies.sysinfo]
version = "0.38.1"

[dev-dependencies]

[target.'cfg(target_os = "linux")'.dependencies]

[target.'cfg(target_os = "macos")'.dependencies.core-foundation]
version = "0.10.1"

[target.'cfg(target_os = "macos")'.dependencies.core-foundation-sys]
version = "0.8.7"