# 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 = "seagulldoro" version = "0.1.0" authors = ["notgull "] description = "Implementation of a pomodoro timer using async, minimal utilities" homepage = "https://github.com/notgull/seagulldoro#readme" license = "MIT OR Apache-2.0" repository = "https://github.com/notgull/seagulldoro" [profile.release] opt-level = 3 lto = "fat" panic = "abort" [dependencies.anyhow] version = "1.0.38" [dependencies.approx] version = "0.4.0" [dependencies.breadx] version = "0.2.3" features = ["async"] [dependencies.cpal] version = "0.13.1" [dependencies.easy-parallel] version = "3.1.0" [dependencies.futures-lite] version = "1.11.3" [dependencies.rusttype] version = "0.9.2" [dependencies.smol] version = "1.2.5"