# 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 = "typetw" version = "0.2.1" authors = ["Charles Tsai "] description = "A terminal-based bopomofo typing gadget" readme = "README.md" keywords = [ "ratatui", "chinese", "bopomofo", "typing", ] license = "MIT" repository = "https://github.com/soulrrrrr/typetw/" [dependencies.crossterm] version = "0.27" [dependencies.include_dir] version = "0.7.3" [dependencies.rand] version = "0.8.5" [dependencies.ratatui] version = "0.23" [dependencies.serde_json] version = "1.0.106"