# 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.64" name = "git-worktree" version = "0.12.3" authors = ["Sebastian Thiel "] include = [ "src/**/*", "CHANGELOG.md", ] description = "Please use `gix-` instead ('git' -> 'gix')" license = "MIT/Apache-2.0" repository = "https://github.com/Byron/gitoxide" [package.metadata.docs.rs] features = [ "document-features", "serde1", ] rustdoc-args = [ "--cfg", "docsrs", ] [lib] doctest = false [[test]] name = "multi-threaded" path = "tests/worktree-multi-threaded.rs" required-features = ["internal-testing-git-features-parallel"] [[test]] name = "single-threaded" path = "tests/worktree-single-threaded.rs" required-features = ["internal-testing-to-avoid-being-run-by-cargo-test-all"] [dependencies.bstr] version = "1.0.1" default-features = false [dependencies.document-features] version = "0.2.0" optional = true [dependencies.git-attributes] version = "^0.8.3" [dependencies.git-features] version = "^0.26.5" [dependencies.git-glob] version = "^0.5.4" [dependencies.git-hash] version = "^0.10.3" [dependencies.git-index] version = "^0.12.4" [dependencies.git-object] version = "^0.26.2" [dependencies.git-path] version = "^0.7.2" [dependencies.io-close] version = "0.3.7" [dependencies.serde] version = "1.0.114" features = ["derive"] optional = true default-features = false [dependencies.thiserror] version = "1.0.26" [dev-dependencies.symlink] version = "0.1.0" [dev-dependencies.tempfile] version = "3.2.0" [dev-dependencies.walkdir] version = "2.3.2" [features] internal-testing-git-features-parallel = ["git-features/parallel"] internal-testing-to-avoid-being-run-by-cargo-test-all = [] serde1 = [ "serde", "bstr/serde", "git-index/serde1", "git-hash/serde1", "git-object/serde1", ]