[package]
edition = "2024"
rust-version = "1.88"
name = "vcs-testkit"
version = "0.3.0"
authors = ["Anton Zhelezniakou"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Test fixtures for Git and Jujutsu automation: throwaway repos, hermetic sandboxes, and a seeded bare remote."
readme = "README.md"
keywords = [
"testing",
"fixtures",
"git",
"jujutsu",
"sandbox",
]
categories = [
"development-tools::testing",
"development-tools",
]
license = "MIT"
repository = "https://github.com/ZelAnton/vcs-toolkit-rs"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
"--cfg",
"docsrs",
]
[lib]
name = "vcs_testkit"
path = "src/lib.rs"
[dependencies]
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(docsrs)"]