# 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.64.0" name = "quit" version = "2.0.0" authors = ["dylni"] exclude = [ ".*", "tests.rs", "/rustfmt.toml", "/src/bin", "/src/tests_common.rs", "/tests", ] description = """ Exit cleanly with an exit code """ readme = "README.md" keywords = [ "exit", "code", "status", "die", "terminate", ] categories = [ "command-line-interface", "rust-patterns", ] license = "MIT OR Apache-2.0" repository = "https://github.com/dylni/quit" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "quit_docs_rs", ] rustdoc-args = [ "--cfg", "quit_docs_rs", ] [dependencies.quit_macros] version = "=2.0.0" [features] __unstable_tests = []