# 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] name = "unreachable_checked" version = "0.2.0" authors = ["Hassan Abu-Jabir "] description = "unreachable!()-like macro that causes linking error instead of panicking. May be used to statically ensure some code won't panic." homepage = "https://github.com/DrSloth/unreachable_checked" readme = "README.md" keywords = [ "panic", "static-check", "static_assert", "static-assert", ] categories = [ "no-std", "rust-patterns", ] license = "MITNFA" repository = "https://github.com/DrSloth/unreachable_checked" [profile.test] opt-level = 2 [features] default = [] panic = []