# 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.62.0" name = "sysexits" version = "0.8.5" authors = ["Shun Sakai "] build = false include = [ "/LICENSES", "/README.md", "/src", ] autobins = false autoexamples = false autotests = false autobenches = false description = "The system exit codes as defined by " documentation = "https://docs.rs/sysexits" readme = "README.md" keywords = [ "exitcode", "sysexits", ] categories = [ "command-line-interface", "no-std", "os", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/sorairolake/sysexits-rs" [package.metadata.docs.rs] all-features = true [lib] name = "sysexits" path = "src/lib.rs" [dependencies] [dev-dependencies.clap] version = "4.5.20" features = ["derive"] [dev-dependencies.proptest] version = "1.5.0" [dev-dependencies.test-strategy] version = "0.4.0" [features] default = ["std"] extended_io_error = ["std"] nightly = ["extended_io_error"] std = [] [lints.clippy] cargo = "warn" nursery = "warn" pedantic = "warn" [lints.rust] missing_debug_implementations = "deny" unsafe_code = "forbid" [lints.rust.rust_2018_idioms] level = "warn" priority = -1