# 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" rust-version = "1.70.0" name = "debounce_fltk" version = "0.5.0" authors = ["t1000ln "] exclude = [ "res/*", ".github", ".gitignore", ] description = "A simple debounce and throttling tool suitable for FLTK applications. Can be used to control the frequency of UI event processing or the frequency of function calls for other non UI events. Non macro processing, pure code control. Relying on tokio implementation." readme = "README.md" keywords = [ "fltk", "debounce", ] categories = ["gui"] license = "MIT" repository = "https://github.com/t1000ln/debounce_on_tokio" [dependencies.fltk] version = "1" [dependencies.idgenerator-thin] version = "0" [dependencies.once_cell] version = "1" [dependencies.parking_lot] version = "0" [dependencies.tokio] version = "1" features = [ "rt-multi-thread", "time", ] [dev-dependencies.tokio] version = "1" features = [ "rt-multi-thread", "macros", ]