# 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" rust-version = "1.61.0" name = "raskell" version = "0.0.1" authors = ["Kevin K. "] include = [ "build.rs", "src/**/*", "Cargo.toml", "LICENSE*", "README.md", ] description = "a terminal based project task tracker" readme = "README.md" keywords = [ "project", "task", "tracker", "tui", "terminal", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/kbknapp/raskell" [dependencies.anyhow] version = "1.0.68" [dependencies.chrono] version = "0.4.23" features = ["serde"] [dependencies.clap] version = "4.1.4" features = ["derive"] [dependencies.crossbeam] version = "0.8.2" [dependencies.crossterm] version = "0.26.0" features = ["serde"] [dependencies.directories] version = "4.0.1" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.tui] version = "0.19.0"