# 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.58" name = "expect-exit" version = "0.5.3" authors = ["Peter Pentchev "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Result.expected(): display an error message and exit without a panic." readme = "README.md" keywords = [ "exit", "expect", "panic", "terminate", ] categories = ["rust-patterns"] license = "BSD-2-Clause" repository = "https://gitlab.com/ppentchev/expect-exit" [lib] name = "expect_exit" path = "src/lib.rs" [[bin]] name = "test_expect_exit" path = "src/bin/test_expect_exit.rs" [dependencies] [dev-dependencies.anyhow] version = "1.0.69" [dev-dependencies.camino] version = "1.1.6" [dev-dependencies.once_cell] version = "1.17" [dev-dependencies.rstest] version = ">= 0.17, < 0.23"