# 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 = "tuido" version = "2.1.1" authors = ["Jackson Novak "] description = "A TUI TODO application that uses the utodo format." readme = "README.md" license = "MIT" repository = "https://gitlab.com/Oglo12/tuido" [profile.bench] lto = "thin" debug = 1 strip = false [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 strip = true [dependencies.clap] version = "4.4.11" features = ["derive"] [dependencies.crossterm] version = "0.27.0" [dependencies.dirs] version = "5.0.1" [dependencies.fspp] version = "2.0.0" [dependencies.piglog] version = "1.3.1" [dependencies.rand] version = "0.8.5" [dependencies.ratatui] version = "0.25.0" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.toml] version = "0.8.8" [dependencies.undo] version = "0.51.0" [dependencies.utodo] version = "2.0.0" features = ["full"]