# 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 = "pomodoro" version = "0.1.1" authors = ["Peter Farr "] include = ["**/*.rs", "Cargo.toml", "README.md", "icon/*", "icon/"] description = "This is a pomodoro timer for your terminal! Pings Linux or OSX notification systems" documentation = "https://docs.rs/pomodoro" readme = "README.md" license = "MIT" repository = "https://github.com/PrismaPhonic/Pomodoro" [[bin]] name = "pomodoro" path = "src/bin/pomodoro.rs" doc = false [dependencies.notify-rust] version = "3.5.0" [dependencies.structopt] version = "0.2.14" [dependencies.termion] version = "1.5.1" [dependencies.tokio] version = "0.1.14" [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "PrismaPhonic/Pomodoro"