# 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 = "2018" name = "hit" version = "0.2.0" authors = ["Brainium Studios LLC"] description = "Utilities for working with git." documentation = "https://docs.rs/hit" readme = "README.md" keywords = ["git"] license = "Apache-2.0/MIT" repository = "https://github.com/BrainiumLLC/hit" [dependencies.bossy] version = "0.2.1" [dependencies.log] version = "0.4.11" [dependencies.once-cell-regex] version = "0.2.1" [dependencies.serde] version = "1.0.117" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.21"