# 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 = "hjul" version = "0.2.2" authors = ["Mathias Hall-Andersen "] include = ["**/*.rs", "Cargo.toml"] description = "Simple and efficient timer abstraction on top of `mio-extra`.\nEvery timer is associated with a callback which is executed whenever the timer expires,\ntimers can be stopped and reset, in which case the callback might be executed multiple times.\nThe primary intended application is one in which timers have a bounded maximum duration (e.g. at most 10 minutes) and have to be cancelled and restarted very often.\n" homepage = "https://github.com/rot256/hjul" keywords = ["timer", "timer-wheel", "mio-extra", "mio", "callback"] license = "MIT" [dependencies.mio] version = "0.6" [dependencies.mio-extras] version = "2.0" [dependencies.spin] version = "0.5"