# 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_function_history" version = "0.7.1" description = "show function history from git" readme = "README.md" keywords = [ "git_function_history", "git", "function", ] categories = [ "tools", "git", ] license = "MIT" repository = "https://github.com/mendelsshop/git_function_history/tree/main/git-function-history-lib" [dependencies.cached] version = "0.46.0" optional = true [dependencies.cfg-if] version = "1.0.0" [dependencies.chrono] version = "0.4.31" [dependencies.git_function_history-proc-macro] version = "0.1.0" [dependencies.gix] version = "0.55.2" features = [ "max-performance-safe", "revision", ] default-features = false [dependencies.gix-features] version = "0.36.0" features = [ "zlib", "once_cell", "walkdir", ] [dependencies.gosyn] version = "0.2.5" [dependencies.lib-ruby-parser] version = "4.0.5" [dependencies.ra_ap_syntax] version = "0.0.180" [dependencies.rayon] version = "1.8.0" optional = true [dependencies.rustpython-parser] version = "0.3.0" features = ["lalrpop"] [dependencies.umpl] version = "1.1.1" [features] cache = ["dep:cached"] default = [ "parallel", "cache", ] parallel = [ "dep:rayon", "gix-features/parallel", "gix-features/fs-walkdir-parallel", ]