# 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 = "event-countdown" version = "1.0.4" authors = ["Lee Thomas "] description = "Countdown to events you're looking forward to." homepage = "https://github.com/leethomas/countdown" documentation = "https://github.com/leethomas/countdown" readme = "README.md" keywords = ["cli", "utils", "utility", "count", "event"] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/leethomas/countdown" [[bin]] name = "countdown" path = "main.rs" [dependencies.clap] version = "2.33.3" features = ["yaml"] [dependencies.confy] version = "0.4.0" [dependencies.dirs] version = "3.0" [dependencies.rand] version = "0.8.0" [dependencies.serde] version = "1.0" features = ["derive"]