# 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] rust-version = "1.41.1" name = "scutiger-bin" version = "0.3.0" authors = ["brian m. carlson "] include = [ "src/**/*.rs", "Cargo.toml", "Cargo.lock", "README.md", "LICENSE", ] description = "a set of Git utilities for people who use Git a lot" license = "MIT" license-file = "LICENSE" repository = "https://github.com/bk2204/scutiger" [dependencies.clap] version = "^2.32" [dependencies.git2] version = "0.13" default-features = false [dependencies.libc] version = "^0.2" [dependencies.pcre2] version = "^0.2.3" [dependencies.pkg-config] version = "^0.3" [dependencies.scutiger-core] version = "0.3.0" features = ["pcre"] [dev-dependencies.tempfile] version = "3"