# 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 = "rust-kanban" version = "0.10.5" authors = ["Yash Sharma "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A kanban board for the terminal built with ❤️ in Rust" readme = "README.md" keywords = [ "TUI", "Kanban", "CLI", "Terminal", ] categories = [ "command-line-utilities", "text-editors", ] license = "MIT" repository = "https://github.com/yashs662/rust_kanban" [profile.dev] opt-level = 1 [profile.release] lto = true [lib] name = "rust_kanban" path = "src/lib.rs" [[bin]] name = "rust-kanban" path = "src/main.rs" [dependencies.aes-gcm] version = "0.10.3" [dependencies.base64] version = "0.22.1" [dependencies.bunt] version = "0.2.8" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.crossterm] version = "0.28.1" [dependencies.eyre] version = "0.6.12" [dependencies.fxhash] version = "0.2.1" [dependencies.home] version = "0.5.9" [dependencies.lazy_static] version = "1.5.0" [dependencies.linked-hash-map] version = "0.5.6" [dependencies.log] version = "0.4.22" [dependencies.parking_lot] version = "0.12.3" [dependencies.portable-atomic] version = "1.9.0" [dependencies.ratatui] version = "0.29.0" features = ["serde"] [dependencies.regex] version = "1.11.1" [dependencies.reqwest] version = "0.12.9" features = ["json"] [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.strum] version = "0.26.3" [dependencies.strum_macros] version = "0.26.4" [dependencies.textwrap] version = "0.16.1" [dependencies.tokio] version = "1.41.1" features = ["full"] [dependencies.unicode-width] version = "0.2.0" [dependencies.uuid] version = "1.11.0" features = ["v4"] [dev-dependencies.backtrace] version = "0.3.74"