lints.workspace = true
[package]
name = "gix-worktree-state"
version = "0.15.0"
repository = "https://github.com/GitoxideLabs/gitoxide"
license = "MIT OR Apache-2.0"
description = "A crate of the gitoxide project implementing setting the worktree to a particular state"
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
edition = "2021"
include = ["src/**/*", "LICENSE-*"]
rust-version = "1.65"
autotests = false
[lib]
doctest = false
[dependencies]
gix-worktree = { version = "^0.38.0", path = "../gix-worktree", default-features = false, features = ["attributes"] }
gix-index = { version = "^0.37.0", path = "../gix-index" }
gix-fs = { version = "^0.12.0", path = "../gix-fs" }
gix-hash = { version = "^0.15.1", path = "../gix-hash" }
gix-object = { version = "^0.46.0", path = "../gix-object" }
gix-glob = { version = "^0.17.1", path = "../gix-glob" }
gix-path = { version = "^0.10.13", path = "../gix-path" }
gix-features = { version = "^0.39.1", path = "../gix-features" }
gix-filter = { version = "^0.15.0", path = "../gix-filter" }
io-close = "0.3.7"
thiserror = "2.0.0"
bstr = { version = "1.3.0", default-features = false }