| # 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 are reading this file be aware that the original Cargo.toml |
| # will likely look very different (and much more reasonable). |
| # See Cargo.toml.orig for the original contents. |
| authors = ["Chris Wong <lambda.fairy@gmail.com>"] |
| description = "Cross-platform interface to the `errno` variable." |
| documentation = "https://docs.rs/errno" |
| license = "MIT OR Apache-2.0" |
| repository = "https://github.com/lambda-fairy/rust-errno" |
| [target."cfg(target_os=\"hermit\")".dependencies.libc] |
| [target."cfg(target_os=\"wasi\")".dependencies.libc] |
| [target."cfg(unix)".dependencies.libc] |
| [target."cfg(windows)".dependencies.windows-sys] |
| "Win32_System_Diagnostics_Debug", |