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 are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2018" 14rust-version = "1.56" 15name = "errno" 16version = "0.3.8" 17authors = ["Chris Wong <lambda.fairy@gmail.com>"] 18description = "Cross-platform interface to the `errno` variable." 19documentation = "https://docs.rs/errno" 20readme = "README.md" 21categories = [ 22 "no-std", 23 "os", 24] 25license = "MIT OR Apache-2.0" 26repository = "https://github.com/lambda-fairy/rust-errno" 27 28[features] 29default = ["std"] 30std = ["libc/std"] 31 32[target."cfg(target_os=\"hermit\")".dependencies.libc] 33version = "0.2" 34default-features = false 35 36[target."cfg(target_os=\"wasi\")".dependencies.libc] 37version = "0.2" 38default-features = false 39 40[target."cfg(unix)".dependencies.libc] 41version = "0.2" 42default-features = false 43 44[target."cfg(windows)".dependencies.windows-sys] 45version = "0.52" 46features = [ 47 "Win32_Foundation", 48 "Win32_System_Diagnostics_Debug", 49] 50