# 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 = "peppertodo" version = "0.4.3" authors = ["Giacomo De Florio (@pepperjackdev)"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A todo list CLI application" homepage = "https://github.com/pepperjackdev/peppertodo" documentation = "https://github.com/pepperjackdev/peppertodo/blob/master/README.md" readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/pepperjackdev/peppertodo" [lib] name = "peppertodo" path = "src/lib.rs" [[bin]] name = "pt" path = "src/main.rs" [[test]] name = "integration_tests" path = "tests/integration_tests.rs" [dependencies.clap] version = "4.5.16" features = [ "cargo", "derive", "string", ] [dependencies.dirs-next] version = "2.0.0" [dependencies.rusqlite] version = "0.32.1" features = ["bundled"]