# 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 = "pmgr" version = "0.3.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A cli-based project management tool." readme = "README.md" keywords = [ "project-management", "cli", ] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/recleun/pmgr" [lib] name = "pmgr" path = "src/lib.rs" [[bin]] name = "pmgr" path = "src/main.rs" [[test]] name = "add" path = "tests/add.rs" [[test]] name = "check" path = "tests/check.rs" [[test]] name = "create" path = "tests/create.rs" [[test]] name = "delete" path = "tests/delete.rs" [[test]] name = "init" path = "tests/init.rs" [[test]] name = "remove" path = "tests/remove.rs" [[test]] name = "task" path = "tests/task.rs" [[test]] name = "watch" path = "tests/watch.rs" [dependencies.clap] version = "4.5.19" features = ["derive"] [dependencies.clap_complete] version = "4.5.33" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.url] version = "2.5.2"