gw-bin 0.4.2

Watch git repositories, pull changes and run commands on the new files
Documentation
# 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.2"
build = false
autolib = 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 }"

[lib]
name = "gw_bin"
path = "src/lib.rs"

[[bin]]
name = "gw"
path = "src/main.rs"

[dependencies.dirs]
version = "6"

[dependencies.duct]
version = "1.0.0"

[dependencies.duct_sh]
version = "1.0.0"

[dependencies.duration-string]
version = "0.5.2"

[dependencies.git2]
version = "0.20.0"

[dependencies.gumdrop]
version = "0.8.1"

[dependencies.log]
version = "0.4.20"

[dependencies.mockall]
version = "0.13.0"

[dependencies.nix]
version = "0.30.1"
features = ["signal"]

[dependencies.shlex]
version = "1.3.0"

[dependencies.signal-hook]
version = "0.3.17"

[dependencies.simplelog]
version = "0.12.2"

[dependencies.thiserror]
version = "2.0.3"

[dependencies.time]
version = "0.3.36"

[dependencies.tiny_http]
version = "0.12.0"

[dev-dependencies.duct]
version = "1.0.0"

[dev-dependencies.rand]
version = "0.9.0"

[dev-dependencies.testing_logger]
version = "0.1.1"

[dev-dependencies.ureq]
version = "3.0.5"
default-features = false

[target.'cfg(any(target_env = "musl", target_arch = "arm", target_arch = "aarch64"))'.dependencies.git2]
version = "0.20.0"
features = [
    "vendored-libgit2",
    "vendored-openssl",
]

[profile.release]
strip = true