# 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" name = "timerys" version = "0.1.1" authors = ["Clement Tsang "] exclude = [ ".github", ".vscode", "target", "readme_assets", ] description = "A simple cross-platform timer app." documentation = "https://github.com/ClementTsang/timerys" readme = "README.md" keywords = [ "cross-platform", "timer", ] categories = ["gui"] license = "MIT" repository = "https://github.com/ClementTsang/timers" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 strip = "symbols" [dependencies.dirs] version = "5.0.1" [dependencies.eyre] version = "0.6.9" [dependencies.iced] version = "0.12.1" features = [ "advanced", "tokio", "wgpu", ] default-features = false [dependencies.rodio] version = "0.18.1" [lints.clippy] undocumented_unsafe_blocks = "deny" [lints.rust] missing_docs = "deny" unreachable_pub = "deny" unused_extern_crates = "deny" [lints.rustdoc] broken_intra_doc_links = "deny" missing_crate_level_docs = "deny"