# 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 = "cargo-function-history" version = "0.2.1" description = "cargo frontend for git-function-history" readme = "README.md" keywords = [ "git_function_history", "git", "function", ] categories = [ "tools", "git", "tui", ] license = "MIT" repository = "https://github.com/mendelsshop/git_function_history/tree/main/cargo-function-history" resolver = "1" [dependencies.crossterm] version = "0.25.0" [dependencies.dirs] version = "4.0.0" [dependencies.eyre] version = "0.6" [dependencies.function_history_backend_thread] version = "0.2.2" default-features = false [dependencies.git_function_history] version = "0.6.2" default-features = false [dependencies.lazy_static] version = "1.3.0" [dependencies.log] version = "0.4" [dependencies.simple_file_logger] version = "0.2.0" [dependencies.tokio] version = "1.21.2" features = ["full"] [dependencies.tui] version = "0.19" features = ["crossterm"] default-features = false [dependencies.tui-input] version = "0.5.1" [features] default = ["parallel"] not-parallel = [] parallel = [ "git_function_history/parallel", "function_history_backend_thread/parallel", ]