# 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 = "ctrlc-handler" version = "0.1.2" authors = ["Westly Ward "] description = "Helper for using the ctrlc crate" homepage = "https://github.com/sonicrules1234/ctrlc-handler" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/sonicrules1234/ctrlc-handler" resolver = "2" [dependencies.crossbeam-channel] version = "0.5.3" [dependencies.ctrlc] version = "3.2.1"