# 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.65" name = "gix-dir" version = "0.6.0" authors = ["Sebastian Thiel "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A crate of the gitoxide project dealing with directory walks" readme = false license = "MIT OR Apache-2.0" repository = "https://github.com/Byron/gitoxide" [lib] name = "gix_dir" path = "src/lib.rs" doctest = false [[test]] name = "dir" path = "tests/dir.rs" [[test]] name = "dir_walk_cwd" path = "tests/dir_walk_cwd.rs" [dependencies.bstr] version = "1.5.0" default-features = false [dependencies.gix-discover] version = "^0.33.0" [dependencies.gix-fs] version = "^0.11.2" [dependencies.gix-ignore] version = "^0.11.3" [dependencies.gix-index] version = "^0.33.1" [dependencies.gix-object] version = "^0.42.3" [dependencies.gix-path] version = "^0.10.9" [dependencies.gix-pathspec] version = "^0.7.6" [dependencies.gix-trace] version = "^0.1.9" [dependencies.gix-utils] version = "^0.1.12" features = ["bstr"] [dependencies.gix-worktree] version = "^0.34.1" default-features = false [dependencies.thiserror] version = "1.0.34" [dev-dependencies.pretty_assertions] version = "1.4.0"