# 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 = "shakuntala-devi-trainer" version = "2.0.8" authors = ["Olivier ROLAND "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Brain training tool inspired by Shakuntala Devi's technics" homepage = "https://github.com/newca12/shakuntala-devi-trainer" readme = "README.md" keywords = [ "game", "brain-training", "cli", "gui", "program", ] categories = ["games"] license = "GPL-3.0-or-later" repository = "https://github.com/newca12/shakuntala-devi-trainer" [lib] name = "shakuntala_devi_trainer" path = "src/lib.rs" [[bin]] name = "shakuntala-devi-trainer" path = "src/main.rs" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.18" features = ["derive"] [dependencies.enum-map] version = "2.7.3" [dependencies.getrandom] version = "0.2.15" features = ["js"] [dependencies.iced] version = "0.13.1" features = [ "image", "debug", "webgl", "fira-sans", ] [dependencies.image] version = "0.25.2" features = ["ico"] default-features = false [dependencies.instant] version = "0.1.13" features = [ "wasm-bindgen", "inaccurate", ] [dependencies.num-traits] version = "0.2.19" [dependencies.rand] version = "0.8.5"