# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "typetest" version = "1.0.2" authors = ["Jon Pacheco "] description = "An offline keyboard typing test." license = "MIT" repository = "https://github.com/Ace4896/typetest" [dependencies.iced] version = "0.3" features = ["glow", "smol"] default-features = false [dependencies.typetest_core] version = "1.0" [dependencies.typetest_themes] version = "1.0" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.iced_native] version = "0.4"