gix-dir 0.5.0

A crate of the gitoxide project dealing with directory walks
Documentation
[package]
name = "gix-dir"
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 directory walks"
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
edition = "2021"
rust-version = "1.65"

[lib]
doctest = false

[dependencies]
gix-trace = { version = "^0.1.9", path = "../gix-trace" }
gix-index = { version = "^0.33.0", path = "../gix-index" }
gix-discover = { version = "^0.32.0", path = "../gix-discover" }
gix-fs = { version = "^0.11.0", path = "../gix-fs" }
gix-path = { version = "^0.10.7", path = "../gix-path" }
gix-pathspec = { version = "^0.7.5", path = "../gix-pathspec" }
gix-worktree = { version = "^0.34.0", path = "../gix-worktree", default-features = false }
gix-object = { version = "^0.42.2", path = "../gix-object" }
gix-ignore = { version = "^0.11.2", path = "../gix-ignore" }
gix-utils = { version = "^0.1.12", path = "../gix-utils", features = ["bstr"] }

bstr = { version = "1.5.0", default-features = false }
thiserror = "1.0.34"

[dev-dependencies]
gix-testtools = { path = "../tests/tools" }
gix-fs = { path = "../gix-fs" }
pretty_assertions = "1.4.0"