[dependencies]
[lib]
name = "os_interface"
path = "src/lib.rs"
[package]
authors = ["Christian Masus <cmasus@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["os"]
description = "Interface to retrieve OS information."
edition = "2024"
homepage = "https://github.com/cmasus/os-interface"
keywords = ["ip", "libc", "network", "operating", "system"]
license = "MIT OR Apache-2.0"
name = "os-interface"
readme = "README.md"
repository = "https://github.com/cmasus/os-interface"
version = "0.2.0"
[target."cfg(unix)".dependencies.libc]
version = "0.2"