# 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 = "ttyper" version = "1.6.0" authors = ["Max Niederman "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Terminal-based typing test." homepage = "https://github.com/max-niederman/ttyper" readme = "README.md" license = "MIT" repository = "https://github.com/max-niederman/ttyper.git" [[bin]] name = "ttyper" path = "src/main.rs" [dependencies.clap] version = "^4.5" features = ["derive"] [dependencies.crossterm] version = "^0.27" [dependencies.dirs] version = "^5.0" [dependencies.rand] version = "^0.8" features = ["alloc"] [dependencies.ratatui] version = "^0.25" [dependencies.rust-embed] version = "^8.2" [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.toml] version = "^0.8" [build-dependencies.dirs] version = "^5.0"