[build-dependencies.chrono]
features = ["now"]
version = "0.4.42"
[dependencies.chrono]
version = "0.4.42"
[dependencies.fast-glob]
optional = true
version = "1.0.0"
[dependencies.log]
version = "0.4.28"
[dependencies.regex]
optional = true
version = "1.12.2"
[dependencies.reqwest]
version = "0.12.24"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1.0.145"
[dependencies.thiserror]
version = "2.0.17"
[dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.48.0"
[dependencies.url]
version = "2.5.7"
[dev-dependencies.mockito]
version = "1.7.0"
[dev-dependencies.tempfile]
version = "3.23.0"
[features]
custom-git-server-impl = []
default = ["github"]
fast-glob = ["dep:fast-glob"]
file-changes = ["fast-glob", "regex", "tokio/process", "tokio/fs"]
github = []
regex = ["dep:regex"]
test-skip-wait-for-rate-limit = []
[lib]
name = "git_bot_feedback"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "A library designed for CI tools that posts comments on a Pull Request."
edition = "2024"
license-file = "LICENSE"
name = "git-bot-feedback"
readme = "README.md"
repository = "https://github.com/2bndy5/git-bot-feedback"
version = "0.2.0"
[package.metadata.docs.rs]
features = ["file-changes"]
rustdoc-args = ["--cfg", "docsrs"]
[[test]]
name = "common"
path = "tests/common.rs"
[[test]]
name = "generic_client"
path = "tests/generic_client.rs"
[[test]]
name = "github_file_changes"
path = "tests/github_file_changes.rs"
[[test]]
name = "github_output_variables"
path = "tests/github_output_variables.rs"
[[test]]
name = "github_step_summary"
path = "tests/github_step_summary.rs"
[[test]]
name = "github_thread_comments"
path = "tests/github_thread_comments.rs"