os_info 2.0.6

Detect the operating system type and version.
Documentation
[badges.codecov]
branch = "master"
repository = "DarkEld3r/os_info"
service = "github"

[badges.is-it-maintained-issue-resolution]
repository = "DarkEld3r/os_info"

[badges.is-it-maintained-open-issues]
repository = "DarkEld3r/os_info"
[dependencies.log]
version = "0.4.5"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.0"
[dev-dependencies.doc-comment]
version = "0.3.1"

[dev-dependencies.itertools]
version = "0.9.0"

[dev-dependencies.pretty_assertions]
version = "0.6.1"

[features]
default = ["serde"]

[package]
authors = ["Jan Schulte <hello@unexpected-co.de>", "Stanislav Tkach <stanislav.tkach@gmail.com>"]
categories = ["os"]
description = "Detect the operating system type and version."
documentation = "https://docs.rs/os_info"
edition = "2018"
homepage = "https://github.com/darkeld3r/os_info"
keywords = ["os", "os_type", "os_version", "os_info"]
license = "MIT"
name = "os_info"
readme = "README.md"
repository = "https://github.com/darkeld3r/os_info"
version = "2.0.6"
[target."cfg(windows)".dependencies.winapi]
features = ["minwindef", "ntdef", "ntstatus", "sysinfoapi", "winnt", "winuser", "libloaderapi", "processthreadsapi"]
version = "0.3.8"