# 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 = "cppm" version = "3.0.4" authors = [ "Maou Shimazu ", "BrandonDoesDev ", "Ruby Star ", ] exclude = [ "test/*", ".vscode/*", ".idea/*", ] description = "A C++ Project Manager" readme = "README.md" keywords = [ "cli", "terminal", "tui", ] license = "MIT" repository = "https://github.com/Maou-Shimazu/Cpp-Project-Manager" resolver = "2" [dependencies.ansi_term] version = "0.12.1" [dependencies.clap] version = "3.1.18" features = ["derive"] [dependencies.colored] version = "2" [dependencies.dirs] version = "4.0.0" [dependencies.fsio] version = "0.3.0" [dependencies.glob] version = "0.3.0" [dependencies.human-panic] version = "1.0.3" [dependencies.minreq] version = "2.6.0" features = ["https"] [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.toml] version = "0.5.9"