[package] name = "cppkg" version = "0.0.6" description = "A simple C++ manager, inspired by Cargo for Rust." homepage = "https://github.com/ShenMian/cppkg" authors = ["ShenMian "] repository = "https://github.com/ShenMian/cppkg" license = "Apache-2.0" edition = "2021" include = [ "src/**/*", "Cargo.toml", "LICENSE", "README.md", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.4.0", features = ["derive"] } colored = "2.0.4" serde_derive = "1.0.188" serde = "1.0.188" toml = "0.7.6" indoc = "2.0.3" regex = "1.9.4" terminal_size = "0.2.6" dunce = "1.0.4" lazy_static = "1.4.0" clap_complete = "4.4.0"