sysconf 0.3.4

Small safe wrapper around sysconf
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]
name = "sysconf"
version = "0.3.4"
authors = ["Gary M. Josack <gary@byoteki.com>, Joshua Liebow-Feeser <hello@joshlf.com>"]
description = "Small safe wrapper around sysconf"
documentation = "https://docs.rs/sysconf"
license = "MIT OR Apache-2.0"
repository = "https://github.com/zerocostgoods/sysconf.rs"
[dependencies.errno]
version = "0.2"

[dependencies.kernel32-sys]
version = "0.2.2"

[dependencies.lazy_static]
version = "0.2"
features = ["spin_no_std"]
optional = true

[dependencies.libc]
version = "0.2"
default-features = false

[dependencies.winapi]
version = "0.2.8"

[features]
nightly = ["lazy_static"]