# 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 = "klok" version = "0.2.6" authors = ["amatagonsk"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "simple terminal clock." readme = "README.md" keywords = [ "clock", "terminal", "ratatui", "tui", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/amatagonsk/klok" [[bin]] name = "klok" path = "src/main.rs" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.color-eyre] version = "0.6" [dependencies.crossterm] version = "0.28" [dependencies.ratatui] version = "0.29" [dependencies.tui-big-text] version = "0.7"