# 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 = "thokr" version = "0.4.1" authors = ["Colby Thomas "] exclude = [ ".github", "*.log", "Dockerfile", ] description = "sleek typing tui with visualized results and historical logging" homepage = "https://github.com/thatvegandev/thokr" readme = "README.md" keywords = [ "tui", "terminal", "typing", ] license = "MIT" repository = "https://github.com/thatvegandev/thokr.git" resolver = "2" [dependencies.cgisf_lib] version = "0.1.3" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3.1.1" features = ["derive"] [dependencies.crossterm] version = "0.23.2" [dependencies.directories] version = "4.0" [dependencies.include_dir] version = "0.7.2" [dependencies.itertools] version = "0.10.3" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.79" [dependencies.strum_macros] version = "0.24.0" [dependencies.tui] version = "0.17" features = ["crossterm"] default-features = false [dependencies.unicode-width] version = "0.1.9" [dependencies.webbrowser] version = "0.7.1"