# 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-query" version = "0.3.0" description = "Run SQL against git history" homepage = "https://github.com/MatthewFay/git-query" documentation = "https://github.com/MatthewFay/git-query" readme = "README.md" keywords = [ "git", "log", "sql", "history", "commits", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT OR Apache-2.0" repository = "https://github.com/MatthewFay/git-query" [dependencies.chrono] version = "0.4.34" [dependencies.comfy-table] version = "7.1.0" [dependencies.git2] version = "0.18.2" [dependencies.rusqlite] version = "0.30.0" features = ["bundled"]