# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.65" name = "epomo" version = "0.2.2" authors = ["Tatu Pesonen "] description = "A tiny Pomodoro app written on top of egui." readme = "README.md" keywords = [ "pomodoro", "timer", "egui", ] license = "MIT" repository = "https://github.com/tatupesonen/epomo" [profile.dev.package."*"] opt-level = 2 [profile.release] opt-level = 2 [dependencies.chrono] version = "0.4.23" [dependencies.eframe] version = "0.21.0" features = [ "accesskit", "default_fonts", "glow", "persistence", ] default-features = false [dependencies.egui] version = "0.21.0" [dependencies.notify-rust] version = "4.8.0" [dependencies.serde] version = "1" features = ["derive"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tracing-subscriber] version = "0.3" [target."cfg(target_arch = \"wasm32\")".dependencies.console_error_panic_hook] version = "0.1.6" [target."cfg(target_arch = \"wasm32\")".dependencies.tracing-wasm] version = "0.2" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-futures] version = "0.4"