# 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 = "basilk" version = "0.2.0" authors = ["Gabriele Alfarano "] build = false autobins = false autoexamples = false autotests = false autobenches = false default-run = "basilk" description = "A Terminal User Interface (TUI) to manage your tasks with minimal kanban logic" homepage = "https://github.com/GabAlpha/basilk" readme = "README.md" keywords = [ "tui", "kanban", "tasks", "ratatui", "terminal", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/GabAlpha/basilk" [[bin]] name = "basilk" path = "src/main.rs" [dependencies.dirs] version = "5.0.1" [dependencies.ratatui] version = "0.27.0" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.122" [dependencies.toml] version = "0.8.19" [dependencies.tui-input] version = "0.9.0"