# 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. [package] edition = "2021" rust-version = "1.71" name = "errno-no-std" version = "0.2.2" authors = ["warlock "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Cross-platform interface to the `errno` variable." documentation = "https://docs.rs/errno-no-std/" readme = "README.md" keywords = [ "errno", "no_std", "unix", "windows", "linux", ] categories = [ "os", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/A1-Triard/errno-no-std" [lib] name = "errno_no_std" path = "src/lib.rs" [dependencies.document-features] version = "0.2.7" [dev-dependencies.copy_from_str] version = "1.0.5" [dev-dependencies.quickcheck] version = "1.0.3" [dev-dependencies.quickcheck_macros] version = "1.0.0" [features] default = ["std"] std = [] [target."cfg(all(not(windows), not(custom_errno)))".dependencies.errno-sys] version = "0.2.0" [target."cfg(all(not(windows), not(custom_errno)))".dependencies.libc] version = "0.2.124" default-features = false [target."cfg(all(windows, not(custom_errno)))".dependencies.widestring] version = "1.0.0" default-features = false [target."cfg(all(windows, not(custom_errno)))".dependencies.winapi] version = "0.3.9" features = [ "errhandlingapi", "minwindef", "ntdef", "winbase", ] [badges.maintenance] status = "actively-developed" [lints.rust.unexpected_cfgs] level = "allow" priority = 0