git-sprout 0.0.0

A drop-in git worktree add that materialises the tree with filesystem copy-on-write clones
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 = "2021"
rust-version = "1.85"
name = "git-sprout"
version = "0.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A drop-in git worktree add that materialises the tree with filesystem copy-on-write clones"
homepage = "https://sprout.alltuner.com"
documentation = "https://docs.rs/git-sprout"
readme = "README.md"
keywords = [
    "git",
    "worktree",
    "copy-on-write",
    "reflink",
    "apfs",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/alltuner/git-sprout"

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

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

[[bin]]
name = "git-worktree-fast"
path = "src/bin/git-worktree-fast.rs"

[dependencies]

[dev-dependencies]