# 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 = "fastwordrs" version = "1.1.1" authors = ["Hardfood "] description = "速词,背单词小软件,使用egui开发;" readme = "README.md" keywords = ["app"] license = "MIT OR Apache-2.0" license-file = "LICENSE.txt" repository = "https://gitee.com/w-8/fastwordrs" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" [dependencies.catppuccin-egui] version = "3.0.0" [dependencies.eframe] version = "0.22" features = ["persistence"] [dependencies.egui_extras] version = "0.22" [dependencies.image] version = "0.24.5" features = ["ico"] [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tray-item] version = "0.7.1" [dependencies.winrt-notification] version = "0.5.1" [dependencies.xmltree] version = "0.10.3" [build-dependencies.embed-resource] version = "1.8.0" [build-dependencies.windres] version = "0.2.2"