[dependencies.cfg-if]
version = "1.0"
[[example]]
name = "os_version"
[package]
authors = ["Zhou Wei <zhouwei@ehom.net>"]
description = "Detect version number of operating system (Windows, macOS, iOS, Linux)"
documentation = "https://docs.rs/os-ver"
edition = "2021"
homepage = "https://github.com/libark/os-ver-rs"
keywords = ["os", "version"]
license = "MIT OR Apache-2.0"
name = "os-ver"
readme = "README.md"
repository = "https://github.com/libark/os-ver-rs"
version = "0.2.1"
[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.objc2]
version = "0.5"
[target.'cfg(target_os = "ios")'.dependencies.objc2-foundation]
features = ["NSString"]
version = "0.2"
[target.'cfg(target_os = "linux")'.dependencies.libc]
version = "0.2"
[target.'cfg(target_os = "macos")'.dependencies.objc2-foundation]
features = ["NSProcessInfo", "NSString"]
version = "0.2"
[target.'cfg(target_os = "windows")'.dependencies.windows-version]
version = "0.1"