git-psect 0.1.0

probabilistic alternative to git bisect that handles flaky tests using information theory
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"
name = "git-psect"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "probabilistic alternative to git bisect that handles flaky tests using information theory"
readme = false
license = "MIT"
repository = "https://github.com/skurella/psect"
resolver = "2"

[features]
vendored = ["openssl-sys/vendored"]

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

[[bin]]
name = "git-psect"
path = "src/main.rs"

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

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

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

[dependencies.ctrlc]
version = "3"
features = ["termination"]

[dependencies.env_logger]
version = "0.11.9"

[dependencies.git2]
version = "0.20.4"

[dependencies.log]
version = "0.4.29"

[dependencies.openssl-sys]
version = "0.9"
optional = true

[dependencies.psect-core]
version = "0.1.0"

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

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.8"

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

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