# 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 = "buddy" version = "0.0.2" description = "The C++ package manager" homepage = "https://github.com/cppbuddy/buddy" documentation = "https://github.com/cppbuddy/buddy" readme = "README.md" keywords = [ "c", "c++", "cpp", "cxx", "package", ] categories = [ "command-line-utilities", "configuration", "build-utils", ] license = "GPL-3.0-or-later" repository = "https://github.com/cppbuddy/buddy" [dependencies.clap] version = "4.2.7" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tempfile] version = "3.5.0" [dependencies.toml] version = "0.7.2" [dependencies.which] version = "4.4.0"