# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "simple_on_shutdown" version = "1.0.0" authors = ["Philipp Schuster "] exclude = [".travis.yml"] description = "This crate consists of a convenient macro to specify on shutdown callbacks (=code that should run when your program\nexits (grafecully)). It's super simple and stripped-down.\n" homepage = "https://github.com/phip1611/simple_on_shutdown" documentation = "https://docs.rs/simple_on_shutdown" readme = "README.md" keywords = ["shutdown", "callback", "termination"] categories = ["no-std"] license = "MIT" repository = "https://github.com/phip1611/simple_on_shutdown" [dev-dependencies.actix-web] version = "3.3.2" [dev-dependencies.ctrlc] version = "3.1.9" features = ["termination"] [dev-dependencies.env_logger] version = "0.8.3"