# 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 = "2018" name = "bsd-errnos" version = "0.0.1" authors = ["shurizzle "] description = "A list of error numbers for BSDs" homepage = "https://github.com/shurizzle/bsd-errnos" documentation = "https://docs.rs/bsd-errnos" readme = "README.md" keywords = [ "syscall", "no_std", "bsd", "errors", "errno", ] license = "MIT" repository = "https://github.com/shurizzle/bsd-errnos" [package.metadata] msrv = "1.32.0" [package.metadata.docs.rs] all-features = true cargo-args = [ "-Z", "build-std", ] default-target = "x86_64-apple-darwin" targets = [ "aarch64-apple-darwin", "arm64_32-apple-watchos", "armv7k-apple-watchos", "aarch64-apple-tvos", "x86_64-unknown-freebsd", "x86_64-unknown-dragonfly", "x86_64-unknown-openbsd", "x86_64-unknown-netbsd", ] [lib] path = "src/lib.rs" [[example]] name = "list" required-features = ["iter"] [features] default = ["std"] iter = [] std = []