# 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 = "typo-eq" version = "0.3.0" description = "Typo-eq is a typing training app for other languages. All it needs is a dictionary for words and their translations." readme = "README.md" license = "GPL-3.0" repository = "https://github.com/onelikeandidie/typo-eq" [lib] name = "typo_eq" crate-type = ["lib"] path = "src/lib.rs" [dependencies.chrono] version = "0.4.22" [dependencies.crossterm] version = "0.25.0" [dependencies.quick-xml] version = "0.25.0" [dependencies.rand] version = "0.8.5"