# 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 = "affected" version = "0.1.8" authors = ["Denys Vuika "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A tool to find affected files or projects in a git repository and run commands on them." readme = "README.md" keywords = [ "git", "monorepo", "affected", "commits", "repository", ] categories = [ "command-line-utilities", "development-tools", ] license = "Apache-2.0" repository = "https://github.com/DenysVuika/affected.git" [lib] name = "affected" path = "src/lib.rs" [[bin]] name = "affected" path = "src/main.rs" [dependencies.anyhow] version = "1.0.93" [dependencies.clap] version = "4.5.21" features = ["derive"] [dependencies.dotenvy] version = "0.15" [dependencies.env_logger] version = "0.11.5" [dependencies.git2] version = "0.19.0" [dependencies.globset] version = "0.4.15" [dependencies.ignore] version = "0.4.23" [dependencies.log] version = "0.4" [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.petgraph] version = "0.6.5" [dependencies.serde] version = "1.0.215" features = ["derive"] [dependencies.serde_json] version = "1.0.133" [dependencies.serde_with] version = "3.11.0" [dependencies.serde_yaml] version = "0.9.34" [dependencies.tokio] version = "1" features = ["full"]