cpp-linter 2.0.0-rc.17

Run clang-format and clang-tidy on a batch of files.
# 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 = "2024"
name = "cpp-linter"
version = "2.0.0-rc.17"
authors = [
    "Brendan Doherty",
    "Xianpeng Shen",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Run clang-format and clang-tidy on a batch of files."
homepage = "https://cpp-linter.github.io/cpp-linter-rs"
readme = "README.md"
keywords = [
    "clang-tidy",
    "clang-format",
    "linter",
    "cpp-linter",
]
categories = [
    "command-line-utilities",
    "development-tools",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/cpp-linter/cpp-linter-rs"
resolver = "2"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/cpp-linter/v{ version }/{ name }-{ target }{ archive-suffix }"

[features]
bin = [
    "reqwest/default-tls",
    "dep:clap",
    "dep:colored",
]

[lib]
name = "cpp_linter"
path = "src/lib.rs"
bench = false

[[bin]]
name = "cpp-linter"
path = "src/main.rs"
test = false
bench = false
required-features = ["bin"]

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

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

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.chrono]
version = "0.4.44"

[dependencies.clang-tools-manager]
version = "0.2.0"

[dependencies.clap]
version = "4.6.1"
features = ["derive"]
optional = true

[dependencies.colored]
version = "3.1.1"
optional = true

[dependencies.fast-glob]
version = "1.0.1"

[dependencies.futures]
version = "0.3.32"

[dependencies.git-bot-feedback]
version = "0.5.5"
features = ["file-changes"]

[dependencies.git2]
version = "0.21.0"

[dependencies.log]
version = "0.4.31"
features = ["std"]

[dependencies.quick-xml]
version = "0.40.1"
features = ["serialize"]

[dependencies.regex]
version = "1.12.3"

[dependencies.reqwest]
version = "0.13.4"
features = [
    "http2",
    "charset",
]
default-features = false

[dependencies.semver]
version = "1.0.28"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.150"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.52.3"
features = [
    "macros",
    "rt-multi-thread",
]

[dev-dependencies.mockito]
version = "1.7.2"

[dev-dependencies.reqwest]
version = "0.13.4"
features = [
    "http2",
    "charset",
    "default-tls",
]
default-features = false

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