[package] name = "shakuntala-devi-trainer" version = "2.0.8" authors = ["Olivier ROLAND "] description = "Brain training tool inspired by Shakuntala Devi's technics" homepage = "https://github.com/newca12/shakuntala-devi-trainer" repository = "https://github.com/newca12/shakuntala-devi-trainer" keywords = ["game","brain-training", "cli","gui","program"] categories = ["games"] edition = "2021" license = "GPL-3.0-or-later" [dependencies] chrono = "0.4.38" clap = { version = "4.5.18", features = ["derive"] } enum-map = "2.7.3" getrandom = { version = "0.2.15", features = ["js"] } iced = { version="0.13.1", features = ["image", "debug", "webgl", "fira-sans"] } image = { version = "0.25.2", features = ["ico"], default-features = false } instant = { version = "0.1.13", features = [ "wasm-bindgen", "inaccurate" ] } num-traits = "0.2.19" rand = "0.8.5"