# 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 = "tickr" version = "0.2.0" authors = ["post-rex "] include = ["**/*.rs", "Cargo.toml"] description = "A iterator that gives you a infinite stream of Option, turing to Some once every time a certain duration has passed" documentation = "https://docs.rs/tickr/0.1.0/tickr/" keywords = ["iterator", "time"] categories = ["date-and-time"] license = "MIT" repository = "https://github.com/post-rex/tickr" [dependencies]