# 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-meta" version = "0.6.0" authors = ["T.J. Telan "] description = "A basic git repo metadata inspection tool" documentation = "https://docs.rs/git-meta" readme = "README.md" keywords = ["git", "utility"] categories = ["data-structures", "development-tools", "development-tools::build-utils"] license = "MIT" repository = "https://github.com/tjtelan/git-meta-rs" resolver = "2" [dependencies.chrono] version = "^0.4" [dependencies.color-eyre] version = "^0.6" [dependencies.git-url-parse] version = "^0.4" [dependencies.git2] version = "^0.13" [dependencies.hex] version = "^0.4" [dependencies.mktemp] version = "^0.4" [dependencies.tracing] version = "^0.1"