# 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 = "dbg_breakpoint" version = "0.1.1" authors = ["kromych "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Set breakpoints with the `breakpoint!()` macro on many target architectures and popular OSes like FreeBSD, macOS, iOS, Linux distro's, Windows without using the nightly toolchain. Break into the debugger with an easy `breakpoint_if_debugging()` call, too! """ homepage = "https://github.com/kromych/dbg_breakpoint" documentation = "https://github.com/kromych/dbg_breakpoint" readme = "README.md" keywords = [ "breakpoint", "reverse-engineering", "debugging", "diagnostics", ] categories = [ "command-line-utilities", "development-tools", ] license = "Unlicense OR MIT" repository = "https://github.com/kromych/dbg_breakpoint" [lib] name = "dbg_breakpoint" path = "src/lib/lib.rs" [[bin]] name = "runme" path = "src/bin/runme.rs" [target.'cfg(any(target_vendor = "apple", target_os = "freebsd"))'.dependencies.libc] version = "0.2"