# 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 = "gw-bin" version = "0.4.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Watch git repositories, pull changes and run commands on the new files" documentation = "https://github.com/daniel7grant/gw" readme = "README.md" license = "MIT" repository = "https://github.com/daniel7grant/gw" [package.metadata.binstall] bin-dir = "{ bin }{ binary-ext }" pkg-fmt = "zip" pkg-url = "{ repo }/releases/download/v{ version }/{ name }_{ target }{ archive-suffix }" [profile.release] strip = true [lib] name = "gw_bin" path = "src/lib.rs" [[bin]] name = "gw" path = "src/main.rs" [dependencies.dirs] version = "5.0.1" [dependencies.duct] version = "0.13.7" [dependencies.duct_sh] version = "0.13.7" [dependencies.duration-string] version = "0.4.0" [dependencies.git2] version = "0.19.0" [dependencies.gumdrop] version = "0.8.1" [dependencies.libgit2-sys] version = "0.17.0" [dependencies.log] version = "0.4.20" [dependencies.mockall] version = "0.13.0" [dependencies.nix] version = "0.29.0" features = ["signal"] [dependencies.shlex] version = "1.3.0" [dependencies.signal-hook] version = "0.3.17" [dependencies.simplelog] version = "0.12.2" [dependencies.thiserror] version = "1.0.56" [dependencies.time] version = "0.3.36" [dependencies.tiny_http] version = "0.12.0" [dev-dependencies.duct] version = "0.13.7" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.testing_logger] version = "0.1.1" [dev-dependencies.ureq] version = "2.9.1" default-features = false [target.'cfg(any(target_env = "musl", target_arch = "arm", target_arch = "aarch64"))'.dependencies.git2] version = "0.19.0" features = [ "vendored-libgit2", "vendored-openssl", ]