# 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 = "cli-kneeboard" version = "0.3.2" authors = ["Alexis Lowe "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Checklist Tool" readme = "README.md" keywords = [ "todo", "git-hook", "markdown", "git", "checklist", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/chimbosonic/cli-kneeboard" [profile.dev] opt-level = 1 [profile.dev.package."*"] opt-level = 3 [profile.release] opt-level = 3 lto = true debug = 0 panic = "abort" strip = "debuginfo" [[bin]] name = "kneeboard" path = "src/main.rs" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.cursive] version = "0.21.1" features = ["crossterm-backend"] default-features = false [dependencies.env_logger] version = "0.11.5" [dependencies.log] version = "0.4.22" [dependencies.pulldown-cmark] version = "0.12.0" [dependencies.serde] version = "1.0.209" [dependencies.serde_derive] version = "1.0.209" [dependencies.time] version = "0.3.36" features = ["serde-well-known"] [dependencies.toml] version = "0.8.19" [dev-dependencies.test-log] version = "0.2.16" [dev-dependencies.testing_logger] version = "0.1.1"