# 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 = "w-boson" version = "0.1.0" authors = ["Shunsuke Shibayama "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Windows port of backtrace-on-stack-overflow" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/mtshiba/w-boson" [lib] name = "w_boson" path = "src/lib.rs" [dependencies.windows] version = "0.58" features = [ "Win32", "Win32_System", "Win32_System_Diagnostics", "Win32_System_Diagnostics_Debug", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_WindowsProgramming", "Win32_System_Kernel", ]