# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "git-scanner" version = "0.2.0" authors = ["Korny Sietsma ", "Phodal HUANG"] exclude = [".coco/*", "benchmark/*", "fixtures/*", "targets/*", ".github/*", ".gitattributes", ".adr.json"] description = "Git Scanner for code analaysis" homepage = "https://github.com/inherd/git-scanner" documentation = "https://github.com/inherd/git-scanner" readme = "README.md" categories = ["text-processing", "command-line-interface", "development-tools"] license = "Apache-2.0" repository = "https://github.com/inherd/git-scanner" [dependencies.chrono] version = "0.4" [dependencies.derive-getters] version = "0.1.0" [dependencies.derive_builder] version = "0.8.0" [dependencies.erased-serde] version = "0.3" [dependencies.failure] version = "0.1.8" [dependencies.git2] version = "0.13.0" [dependencies.ignore] version = "0.4" [dependencies.indicatif] version = "0.13.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4" [dependencies.path-slash] version = "0.1.3" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0.114" features = ["derive", "rc"] [dependencies.serde_json] version = "1.0" [dev-dependencies.pretty_assertions] version = "0.6.1" [dev-dependencies.tempfile] version = "3.1.0" [dev-dependencies.zip] version = "0.5.3"