mac-sys-info 0.1.13

CLI + Library to get detailed information about your Mac system. Including CPU, Cache (L1-L3), Memory, and more.
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 = "mac-sys-info"
version = "0.1.13"
authors = ["Philipp Schuster <phip1611@gmail.com>"]
description = "CLI + Library to get detailed information about your Mac system. Including CPU, Cache (L1-L3), Memory, and more."
homepage = "https://github.com/phip1611/mac-sys-info"
documentation = "https://docs.rs/mac-sys-info/"
readme = "README.md"
keywords = ["mac", "system", "cpu", "info", "sysctl"]
categories = ["os::macos-apis", "development-tools", "command-line-utilities"]
license = "MIT"
repository = "https://github.com/phip1611/mac-sys-info"
[dependencies.derive_more]
version = "0.99.11"

[dependencies.env_logger]
version = "0.8.2"

[dependencies.libc]
version = "0.2.82"

[dependencies.log]
version = "0.4.11"

[dependencies.serde]
version = "1.0.118"
features = ["derive"]

[dependencies.unix-exec-output-catcher]
version = "0.2.3"