# 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" name = "git-testtools" version = "0.10.0" authors = ["Sebastian Thiel "] description = "Shared code for gitoxide crates to facilitate testing" license = "MIT OR Apache-2.0" [lib] doctest = false [[bin]] name = "jtt" path = "src/main.rs" [dependencies.bstr] version = "1.0.1" [dependencies.crc] version = "3.0.0" [dependencies.fastrand] version = "1.8.0" [dependencies.fs_extra] version = "1.2.0" [dependencies.git-attributes] version = "^0.7.0" [dependencies.git-discover] version = "^0.10.0" [dependencies.git-hash] version = "^0.10.1" [dependencies.git-lock] version = "^3.0.0" [dependencies.git-worktree] version = "^0.10.0" [dependencies.io-close] version = "0.3.7" [dependencies.is_ci] version = "1.1.1" [dependencies.nom] version = "7" features = ["std"] default-features = false [dependencies.once_cell] version = "1.8.0" [dependencies.parking_lot] version = "0.12.0" [dependencies.tar] version = "0.4.38" default-features = false [dependencies.tempfile] version = "3.2.0" [dependencies.xz2] version = "0.1.6"