rskit-git 0.2.0-alpha.1

Composable git repository interfaces backed by libgit2
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.91"
name = "rskit-git"
version = "0.2.0-alpha.1"
authors = ["kbukum contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Composable git repository interfaces backed by libgit2"
homepage = "https://github.com/kbukum/rskit"
documentation = "https://docs.rs/rskit-git"
readme = "README.md"
keywords = [
    "git",
    "repository",
    "diff",
    "version-control",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/kbukum/rskit"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
testutil = ["dep:tempfile"]

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

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

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

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

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

[dependencies.git2]
version = "0.21"
features = [
    "https",
    "ssh",
]
default-features = false

[dependencies.rskit-errors]
version = "0.2.0-alpha.1"

[dependencies.rskit-fs]
version = "0.2.0-alpha.1"
default-features = false

[dependencies.rskit-process]
version = "0.2.0-alpha.1"

[dependencies.tempfile]
version = "3"
optional = true

[dependencies.thiserror]
version = "2"

[dev-dependencies.rskit-testutil]
version = "0.2.0-alpha.1"

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