# 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 = "type_buddy" version = "1.1.0" authors = ["Mitchel Wijt "] description = "This CLI will help you improve your typing accuracy and speed! Improve your personal bests and look back on your previous records in a graph. All in the convenience of your own terminal!" homepage = "https://github.com/MitchWijt/typeBuddy" readme = "README.md" keywords = [ "cli", "typing", "type-accuracy", "type-speed", "learning", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/MitchWijt/typeBuddy" [dependencies.chrono] version = "0.4.24" [dependencies.clap] version = "4.2.5" features = ["derive"] [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.162" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.termion] version = "2.0.1"