os_info 1.1.2

Detect the operating system type and version.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "os_info"
version = "1.1.2"
authors = ["Jan Schulte <hello@unexpected-co.de>", "Stanislav Tkach <stanislav.tkach@gmail.com>"]
build = "build.rs"
description = "Detect the operating system type and version."
homepage = "https://github.com/darkeld3r/os_info"
documentation = "https://docs.rs/os_info"
readme = "README.md"
keywords = ["os", "os_type", "os_version", "os_info"]
categories = ["os"]
license = "MIT"
repository = "https://github.com/darkeld3r/os_info"
[dependencies.log]
version = "0.4.5"

[dependencies.serde]
version = "1.0.0"

[dependencies.serde_derive]
version = "1.0.0"
[dev-dependencies.doc-comment]
version = "0.3.0"

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

[dev-dependencies.pretty_assertions]
version = "0.6.1"
[target."cfg(not(windows))".dependencies.regex]
version = "1.0.5"
[target."cfg(target_os = \"macos\")".dependencies.lazy_static]
version = "1.1.0"
[target."cfg(windows)".dependencies.kernel32-sys]
version = "0.2.2"

[target."cfg(windows)".dependencies.user32-sys]
version = "0.2.0"

[target."cfg(windows)".dependencies.winapi]
version = "0.2.8"
[badges.appveyor]
repository = "DarkEld3r/os_info"
service = "github"

[badges.circle-ci]
repository = "DarkEld3r/os_info"

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

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

[badges.travis-ci]
repository = "DarkEld3r/os_info"