# 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 = "2018" name = "better-graceful" version = "0.1.1" authors = ["Zhe Wang <0x1998@gmail.com>"] exclude = [".gitignore", ".github/**/*"] description = "Gracefully shutdown" homepage = "https://github.com/0x1997/graceful" documentation = "http://0x1997.github.io/graceful" readme = "README.md" keywords = ["graceful", "shutdown", "signal"] license = "MIT/Apache-2.0" repository = "https://github.com/0x1997/graceful.git" [dependencies.lazy_static] version = "1.4.0" [dependencies.nix] version = "0.23.0" [dependencies.winapi] version = "0.3.9" features = ["minwindef", "consoleapi"]