# 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 = "cppkg" version = "0.0.6" authors = ["ShenMian "] include = [ "src/**/*", "Cargo.toml", "LICENSE", "README.md", ] description = "A simple C++ manager, inspired by Cargo for Rust." homepage = "https://github.com/ShenMian/cppkg" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/ShenMian/cppkg" [dependencies.clap] version = "4.4.0" features = ["derive"] [dependencies.clap_complete] version = "4.4.0" [dependencies.colored] version = "2.0.4" [dependencies.dunce] version = "1.0.4" [dependencies.indoc] version = "2.0.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.9.4" [dependencies.serde] version = "1.0.188" [dependencies.serde_derive] version = "1.0.188" [dependencies.terminal_size] version = "0.2.6" [dependencies.toml] version = "0.7.6"