system_env 0.1.5

Information about the system environment: operating system, architecture, package manager, etc.
Documentation
[package]
name = "system_env"
version = "0.1.5"
edition = "2021"
license = "MIT"
description = "Information about the system environment: operating system, architecture, package manager, etc."
homepage = "https://moonrepo.dev/proto"
repository = "https://github.com/moonrepo/proto"

[dependencies]
schematic = { workspace = true, optional = true }
serde = { workspace = true }
serde_json = { workspace = true }
shell-words = "1.1.0"
thiserror = { workspace = true }

[features]
default = []
schematic = ["dep:schematic"]