[]
= "vcs-testkit"
= "0.1.0"
= "Test fixtures for git/jj automation: throwaway repos, sandboxes, and a seeded bare remote."
= true
= true
= true
= true
= true
= "README.md"
# Deliberately dependency-free: the sandboxes shell out to the real `git`/`jj`
# binaries through std::process (synchronous — test setup needs no runtime) and
# never depend on the typed wrapper crates, so any of them can use this as a
# dev-dependency without a cycle.
[]
[]
# Build docs.rs with every feature so the optional surfaces (mock / tracing /
# cancellation / serde / stream) are documented (defaults alone hide them), and pass
# `--cfg docsrs` so feature-gated items render an "Available on feature `x`" badge.
= true
= ["--cfg", "docsrs"]
[]
= true