# 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 = "todotui" version = "0.0.3" authors = ["Flavio Bizzarri "] description = "A simple todo terminal app" homepage = "https://github.com/newfla/todotui" readme = "README.md" keywords = [ "todo", "tui", "notes", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/newfla/todotui" [profile.dist] lto = "thin" inherits = "release" [dependencies.anyhow] version = "1.0.86" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.8" features = ["derive"] [dependencies.derive_builder] version = "0.20.0" [dependencies.home] version = "0.5.9" [dependencies.postcard] version = "1.0" features = ["use-std"] [dependencies.serde] version = "1.0" features = [ "std", "rc", ] [dependencies.tui-realm-stdlib] version = "1.3.2" [dependencies.tuirealm] version = "1.9.2"