# 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 = "mecano" version = "0.2.2" authors = ["alvarojsino813"] description = "A minimalist typing test" readme = "README.md" keywords = [ "game", "typing", "minimalist", "tui", ] license = "Unlicense" repository = "https://github.com/alvarojsino813/mecano" [dependencies.constcat] version = "0.5.0" [dependencies.crossterm] version = "0.27.0" features = ["serde"] [dependencies.dirs] version = "5.0.1" [dependencies.rand] version = "0.8.0" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.toml] version = "0.8.14" [build-dependencies.dirs] version = "5.0.1"