governor-git 1.1.1

Git adapter for cargo-governor
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 = "2024"
rust-version = "1.92"
name = "governor-git"
version = "1.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Git adapter for cargo-governor"
homepage = "https://gitlab.opentc.ru/opentc/rust-cargo-governor"
documentation = "https://gitlab.opentc.ru/opentc/rust-cargo-governor"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://gitlab.opentc.ru/opentc/rust-cargo-governor"

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

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

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

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

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.git2]
version = "0.20"

[dependencies.governor-core]
version = "1.0.1"

[dependencies.regex]
version = "1.11"

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

[dependencies.serde_json]
version = "1.0"

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

[dev-dependencies.tokio]
version = "1.43"
features = [
    "fs",
    "io-util",
    "macros",
    "rt-multi-thread",
]

[lints.clippy]
cargo_common_metadata = "allow"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "forbid"

[lints.rust.unused]
level = "warn"
priority = -1