# 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 = "watchdock" version = "0.1.0" authors = ["G H4ld "] description = "Trigger a build inside a build container (e.g. using cargo-watch), then optionally run another command outside the container when the inner build command succeeds." readme = "README.md" license = "MIT" license-file = "LICENSE" repository = "https://github.com/H4ld-London/watchdock.git" [dependencies.anyhow] version = "1.0.89" [dependencies.clap] version = "4.5.18" features = [ "derive", "string", "env", ] [dependencies.futures] version = "0.3.30" [dependencies.rmp-serde] version = "1.3.0" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.tokio] version = "1.40.0" features = [ "io-std", "io-util", "fs", "rt-multi-thread", "signal", "sync", "time", "net", "macros", "process", ] [dependencies.tokio-serde] version = "0.9.0" features = ["messagepack"] [dependencies.tokio-util] version = "0.7.12" features = ["codec"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"]