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