c3pg 0.3.0

A Cargo-inspired build tool for C++ projects, powered by CMake and Conan
Documentation
# 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 = "c3pg"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Cargo-inspired build tool for C++ projects, powered by CMake and Conan"
readme = "README.md"
keywords = [
    "cpp",
    "cmake",
    "conan",
    "build-tool",
]
categories = [
    "command-line-utilities",
    "development-tools::build-utils",
]
license = "MIT"
repository = "https://github.com/thedavidhk/c3pg"

[lib]
name = "c3pg"
path = "src/lib.rs"

[[bin]]
name = "c3pg"
path = "src/main.rs"

[[test]]
name = "e2e"
path = "tests/e2e.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.anyhow]
version = "1.0.99"

[dependencies.c3pg-macros]
version = "0.1.0"

[dependencies.clap]
version = "4.5.45"
features = ["derive"]

[dependencies.clap-verbosity-flag]
version = "3.0.4"

[dependencies.clap_derive]
version = "4.5.45"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.heck]
version = "0.5.0"

[dependencies.log]
version = "0.4.27"

[dependencies.regex]
version = "1.11.2"

[dependencies.semver]
version = "1.0.26"

[dependencies.serde]
version = "1.0.219"
features = [
    "derive",
    "serde_derive",
]

[dependencies.toml]
version = "1.0"

[dependencies.walkdir]
version = "2.5.0"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.predicates]
version = "3"

[dev-dependencies.tempfile]
version = "3.21.0"