# 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 = "is_affected_lib" version = "0.1.2" authors = ["C "] description = "A utility for checking and listing the affected resources across a range of commits, useful when working with monorepos." readme = "README.md" keywords = [ "monorepo", "commits", "affected", "repository", "git", ] categories = [ "data-structures", "development-tools", "config", "parser-implementations", "text-processing", ] license = "AGPL-3.0" repository = "https://github.com/DeveloperC286/is_affected/" [dependencies.git2] version = "0.17.2" features = [] default-features = false [dependencies.log] version = "0.4.20" [dependencies.regex] version = "1.9.6" [dev-dependencies.rstest] version = "0.18.2"