# 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 = "if-changed" version = "0.3.2" authors = ["Mathematic Inc"] description = "A pre-submit for file changes." readme = "README.md" keywords = [ "change", "git", "presubmit", "pre-submit", ] categories = [ "command-line-utilities", "development-tools", "filesystem", ] license = "MIT OR Apache-2.0" repository = "https://github.com/mathematic-inc/if-changed" [lib] path = "if-changed.rs" [[bin]] name = "if-changed" path = "bin/if-changed.rs" [dependencies.bstr] version = "1.9.1" [dependencies.clap] version = "4.5.4" features = [ "derive", "env", ] [dependencies.genawaiter] version = "0.99.1" [dependencies.git2] version = "0.18.3" [dev-dependencies.indoc] version = "2.0.5" [dev-dependencies.insta] version = "1.38" features = ["json"] [dev-dependencies.serde] version = "1.0.200" features = ["derive"] [dev-dependencies.tempfile] version = "3.10.1"