| # 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-worktree-state" |
| version = "0.1.0" |
| authors = ["Sebastian Thiel <[email protected]>"] |
| include = [ |
| "src/**/*", |
| "LICENSE-*", |
| "CHANGELOG.md", |
| ] |
| autotests = false |
| description = "A crate of the gitoxide project implementing setting the worktree to a particular state" |
| license = "MIT OR Apache-2.0" |
| repository = "https://github.com/Byron/gitoxide" |
| |
| [lib] |
| doctest = false |
| |
| [dependencies.bstr] |
| version = "1.3.0" |
| default-features = false |
| |
| [dependencies.gix-features] |
| version = "^0.33.0" |
| |
| [dependencies.gix-filter] |
| version = "^0.3.0" |
| |
| [dependencies.gix-fs] |
| version = "^0.5.0" |
| |
| [dependencies.gix-glob] |
| version = "^0.11.0" |
| |
| [dependencies.gix-hash] |
| version = "^0.12.0" |
| |
| [dependencies.gix-index] |
| version = "^0.22.0" |
| |
| [dependencies.gix-object] |
| version = "^0.35.0" |
| |
| [dependencies.gix-path] |
| version = "^0.9.0" |
| |
| [dependencies.gix-worktree] |
| version = "^0.24.0" |
| |
| [dependencies.io-close] |
| version = "0.3.7" |
| |
| [dependencies.thiserror] |
| version = "1.0.26" |