gix-status 0.5.0

A crate of the gitoxide project dealing with 'git status'-like functionality
Documentation
[package]
name = "gix-status"
version = "0.5.0"
repository = "https://github.com/Byron/gitoxide"
license = "MIT OR Apache-2.0"
description = "A crate of the gitoxide project dealing with 'git status'-like functionality"
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>", "Pascal Kuthe <pascal.kuthe@semimod.de>"]
edition = "2021"
include = ["src/**/*", "LICENSE-*"]
rust-version = "1.65"
autotests = false

[lib]
doctest = false

[dependencies]
gix-index = { version = "^0.29.0", path = "../gix-index" }
gix-fs = { version = "^0.10.0", path = "../gix-fs" }
gix-hash = { version = "^0.14.1", path = "../gix-hash" }
gix-object = { version = "^0.41.0", path = "../gix-object" }
gix-path = { version = "^0.10.4", path = "../gix-path" }
gix-features = { version = "^0.38.0", path = "../gix-features" }
gix-filter = { version = "^0.9.0", path = "../gix-filter" }
gix-worktree = { version = "^0.30.0", path = "../gix-worktree", default-features = false, features = ["attributes"] }

thiserror = "1.0.26"
filetime = "0.2.15"
bstr = { version = "1.3.0", default-features = false }