1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14name = "errno"
15version = "0.2.6"
16authors = ["Chris Wong <lambda.fairy@gmail.com>"]
17description = "Cross-platform interface to the `errno` variable."
18documentation = "https://docs.rs/errno"
19categories = ["os"]
20license = "MIT/Apache-2.0"
21repository = "https://github.com/lambda-fairy/rust-errno"
22[target."cfg(target_os=\"dragonfly\")".dependencies.errno-dragonfly]
23version = "0.1.1"
24[target."cfg(target_os=\"wasi\")".dependencies.libc]
25version = "0.2"
26[target."cfg(unix)".dependencies.libc]
27version = "0.2"
28[target."cfg(windows)".dependencies.winapi]
29version = "0.3"
30features = ["errhandlingapi", "minwindef", "ntdef", "winbase"]
31[badges.travis-ci]
32repository = "lambda-fairy/rust-errno"
33