# 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" name = "panic-custom" version = "0.1.1" authors = ["notforest "] description = "Small panicking rust crate that allows to easily set the behavior of panicking for embedded or regular no_std binaries." readme = "README.md" keywords = [ "panic", "halt", "abort", "custom", "custom-panic", ] categories = [ "panic", "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/not-forest/panic-custom" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [profile.dev] opt-level = 1 lto = true [profile.release] lto = true [dependencies.panic-custom-proc-macros] version = "0.1.0" optional = true [features] abort_on_debug = [] abort_on_release = [] proc_macros = ["panic-custom-proc-macros"]