[package]
edition = "2024"
rust-version = "1.96"
name = "sley-worktree"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native-Rust Git worktree operations for the sley engine: checkout, status, and index/tree reconciliation."
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/HeddleCo/sley"
[lib]
name = "sley_worktree"
path = "src/lib.rs"
[dependencies.sley-config]
version = "0.3.0"
[dependencies.sley-core]
version = "0.3.0"
[dependencies.sley-diff-merge]
version = "0.3.0"
[dependencies.sley-formats]
version = "0.3.0"
[dependencies.sley-index]
version = "0.3.0"
[dependencies.sley-mmap]
version = "0.3.0"
[dependencies.sley-object]
version = "0.3.0"
[dependencies.sley-odb]
version = "0.3.0"
[dependencies.sley-pathspec]
version = "0.3.0"
[dependencies.sley-refs]
version = "0.3.0"
[dependencies.sley-rev]
version = "0.3.0"
[lints.clippy]
clone_on_copy = "allow"
dbg_macro = "deny"
todo = "deny"
unwrap_used = "deny"
[lints.rust]
unsafe_code = "forbid"