# 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 = "pmr" version = "0.1.0" description = "A small project management CLI utility, to store project management related links." homepage = "https://github.com/jascha030/pmr-rs" readme = "README.md" keywords = [ "CLI", "project", "management", "TOML", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/jascha030/pmr-rs" resolver = "2" [dependencies.clap] version = "4.0.26" features = [ "derive", "cargo", ] [dependencies.colored] version = "2.0.0" [dependencies.dialoguer] version = "0.10.2" [dependencies.open] version = "3.2.0" [dependencies.question] version = "0.2.2" [dependencies.serde] version = "1.0.147" [dependencies.serde_derive] version = "1.0.147" [dependencies.slug] version = "0.1.4" [dependencies.toml] version = "0.5.9"