# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "chatora-errno" version = "1.0.2" authors = ["takaomag "] build = false exclude = ["**/.devcontainer.json", "**/.devcontainer/", "**/.editorconfig", "**/.editorconfig.d/", "**/.vscode/", "**/*.code-workspace", "**/.clippy.toml", "**/clippy.toml", "**/.rustfmt.toml", "**/rustfmt.toml", "**/rust-toolchain", "**/rust-toolchain.toml", "/README.tpl"] publish = true description = "A thin Rust wrapper library around libc errno interface" documentation = "https://docs.rs/chatora-errno" readme = "README.md" keywords = ["errno"] categories = ["os"] license = "MIT OR Apache-2.0" resolver = "2" [profile.release] lto = true codegen-units = 1 [lib] path = "src/lib.rs" test = true bench = false [dev-dependencies.doc-comment] version = "0.3" [target."cfg(target_os = \"linux\")".dependencies.libc] version = "0.2" [target."cfg(target_os = \"wasi\")".dependencies.libc] version = "0.2"