# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "offstage" version = "0.1.1" authors = ["Theodore Ni <3806110+tjni@users.noreply.github.com>"] description = "Runs commands against staged Git files." keywords = ["git", "lint", "pre-commit", "stage"] categories = ["command-line-utilities", "development-tools", "development-tools::testing"] license = "Apache-2.0" repository = "https://github.com/tjni/offstage/" [profile.release] lto = true codegen-units = 1 [dependencies.anyhow] version = "1.0.38" [dependencies.duct] version = "0.13.5" [dependencies.git2] version = "0.13.17" features = ["zlib-ng-compat"] [dependencies.globset] version = "0.4.6" [dependencies.itertools] version = "0.10.0" [dependencies.log] version = "0.4.14" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.structopt] version = "0.3.21"