git-stratum 0.2.3

High(er) level repository for mining git repositories, this library abstracts git2-rs for efficient processing.
Documentation
[package]
name = "git-stratum"
version = "0.2.3"
authors = ["Jordan Morris <165378667+jordan-314@users.noreply.github.com>"]
license = "MIT OR Apache-2.0"
readme = "README.md"
keywords = ["git", "mining", "repository", "commit"]
repository = "https://github.com/jordan-314/git-stratum"
documentation = "https://docs.rs/git-stratum"
description = """
High(er) level repository for mining git repositories, this library
abstracts git2-rs for efficient processing.
"""
edition = "2024"
exclude = [
    "test-repos.zip"
]

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


[dependencies]
chrono = "0.4.44"
git-url-parse = "0.6.0"
git2 = { version = "0.20.4", features = ["https", "ssh"] }
openssl = { version = "0.10", features = ["vendored"] }
thiserror = "2.0.18"

[dev-dependencies]
mockall = "0.14.0"
once_cell = "1.21.4"
sha1 = "0.10.6"
tempfile = "3.27.0"
todo = "0.3.0"
zip = "8.5.1"