# 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 = "always-abort" version = "0.1.0" authors = ["Peter Lyons Kehl "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Calls std::panic::always_abort" readme = "README.md" keywords = [ "abort", "panic", "fork", ] license = "MIT OR Apache-2.0" repository = "https://github.com/peter-lyons-kehl/always-abort-rs" [lib] name = "always_abort" path = "src/lib.rs" [dependencies.ctor] version = "0.2.8"