# 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 = "2018" name = "is_effected" version = "0.4.1" authors = ["C "] description = "A utility for checking and listing the effected resources across a range of commits, useful when working with monorepos." readme = "README.md" keywords = ["monorepo", "commits", "effected", "repository", "git"] categories = ["command-line-utilities", "development-tools"] license = "AGPL-3.0" repository = "https://gitlab.com/DeveloperC/is_effected/" [profile.release] lto = "fat" codegen-units = 1 [dependencies.git2] version = "0.13.22" features = [] default-features = false [dependencies.log] version = "0.4.14" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.regex] version = "1.5.4" [dependencies.structopt] version = "0.3.23" [dev-dependencies.rstest] version = "0.11.0"