# 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 = "function_history_backend_thread" version = "0.3.1" description = "threading and types for git-function-history" readme = "README.md" keywords = [ "threading", "custom_types", ] categories = [ "threading", "custom_types", ] license = "MIT" repository = "https://github.com/mendelsshop/git_function_history/tree/main/function_history_backend_thread" [dependencies.git_function_history] version = "0.7.1" default-features = false [dependencies.log] version = "0.4.20" [features] default = ["parallel"] parallel = ["git_function_history/parallel"]