# 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 = "2018" name = "clido" version = "0.3.1" authors = ["Elijah Hartvigsen "] description = "A tool for creating and maintaining a todo-list on the command line" homepage = "https://github.com/Zij-IT/clido" readme = "README.md" keywords = [ "cli", "todo", "todo-list", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/Zij-IT/clido" [profile.release] lto = true codegen-units = 1 [dependencies.anyhow] version = "1.0.66" [dependencies.bincode] version = "1.3.3" [dependencies.chrono] version = "0.4.23" features = ["serde"] [dependencies.clap] version = "4.0.29" features = [ "color", "derive", ] [dependencies.dirs-next] version = "2.0.0" [dependencies.prettytable-rs] version = "0.9.0" [dependencies.serde] version = "1.0.148" features = ["derive"] [dependencies.tempfile] version = "3.3.0"