# 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-function-history-gui" version = "0.4.1" description = "GUI frontend for git-function-history" readme = "README.md" keywords = [ "git_function_history", "git", "function", ] categories = [ "tools", "git", "gui", ] license = "MIT" repository = "https://github.com/mendelsshop/git_function_history/tree/main/git-function-history-gui" resolver = "1" [dependencies.eframe] version = "0.19.0" features = ["dark-light"] [dependencies.function_history_backend_thread] version = "0.2.2" default-features = false [dependencies.git_function_history] version = "0.6.2" default-features = false [dependencies.image] version = "0.24" [dependencies.log] version = "0.4.17" [dependencies.simple_file_logger] version = "0.2.0" [features] default = ["parallel"] not-parallel = [] parallel = [ "git_function_history/parallel", "function_history_backend_thread/parallel", ]