# 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.70.0" name = "git-branch-stash" version = "0.10.1" include = [ "build.rs", "src/**/*", "Cargo.toml", "Cargo.lock", "LICENSE*", "README.md", "benches/**/*", "examples/**/*", ] description = "Manage snapshots of your working directory" documentation = "https://github.com/gitext-rs/git-branch-stash.git" keywords = [ "git", "cli", ] categories = [ "command-line-interface", "development-tools", ] license = "MIT OR Apache-2.0" repository = "https://github.com/gitext-rs/git-branch-stash.git" [dependencies.bstr] version = "1.6.2" [dependencies.eyre] version = "0.6.8" [dependencies.git-config-env] version = "0.2.0" [dependencies.git2] version = ">=0.16, <=0.18" default-features = false [dependencies.git2-ext] version = "0.6.1" [dependencies.itertools] version = "0.10.5" [dependencies.log] version = "0.4.20" [dependencies.maplit] version = "1.0.2" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.105"