# 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 = "rustic_boards" version = "0.1.2" authors = ["Tapas Das "] description = "Rustic Boards is a sleek and powerful CLI-based Kanban board application built with Rust, combining performance and usability for seamless task management." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/oss-rust-github-io/rustic_boards" [dependencies.bincode] version = "1.3" [dependencies.chrono] version = "0.4" [dependencies.cli-table] version = "0.4" [dependencies.home] version = "0.5" [dependencies.inquire] version = "0.6" features = [ "date", "editor", ] [dependencies.serde] version = "1.0" features = ["derive"]