# 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.82" name = "panic-no-std" version = "0.1.0" authors = ["warlock "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Panic handler for `no_std` apps." documentation = "https://docs.rs/panic-no-std/" readme = "README.md" keywords = [ "panic", "no_std", "panic_handler", "windows", "linux", ] categories = [ "os", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/A1-Triard/panic-no-std" [lib] name = "panic_no_std" path = "src/lib.rs" [dependencies.exit-no-std] version = "0.2.1" [target.'cfg(all(not(target_os="dos"), not(windows)))'.dependencies.libc] version = "0.2.139" default-features = false [target.'cfg(all(not(target_os="dos"), windows))'.dependencies.winapi] version = "0.3.9" features = [ "fileapi", "handleapi", "processenv", "winbase", ] [target.'cfg(target_os="dos")'.dependencies.pc-ints] version = "0.3.5" [badges.maintenance] status = "passively-maintained" [lints.rust.unexpected_cfgs] level = "allow" priority = 0