system_profiler 0.1.0

Wrapper around the macOS System Profiler
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "system_profiler"
version = "0.1.0"
edition = "2021"
description = "Wrapper around the macOS System Profiler"
license = "CC0-1.0 OR Unlicense"

[dependencies]
plist = "1.4.1"
serde = "1.0.152"
serde_derive = "1.0.152"