# 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 = "ragequit" version = "0.1.1" authors = ["MrGunflame "] description = "Gracefully shut down a process" documentation = "https://docs.rs/ragequit" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/MrGunflame/ragequit-rs" [dependencies.pin-project] version = "1.0.12" [dependencies.tokio] version = "1.24.1" features = [ "sync", "parking_lot", ] [dev-dependencies.futures] version = "0.3.25" [dev-dependencies.tokio] version = "1.24.1" features = [ "macros", "rt", "rt-multi-thread", "time", ] [target."cfg(target_family = \"unix\")".dependencies.nix] version = "0.26.1" features = ["signal"] [target."cfg(target_family = \"windows\")".dependencies.windows-sys] version = "0.42.0" features = [ "Win32_Foundation", "Win32_System_Console", ]