# 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 = "witness" version = "0.3.0" authors = ["Christofer Nolander "] description = "run commands when a file is modified or upon receiving TCP/UDP packets" homepage = "https://github.com/nolanderc/witness" readme = "README.md" license = "MIT" repository = "https://github.com/nolanderc/witness" resolver = "2" [dependencies.anyhow] version = "1.0.56" [dependencies.clap] version = "3.1.8" features = [ "derive", "env", "color", ] [dependencies.notify] version = "4.0.17" [dependencies.tokio] version = "1.17.0" features = [ "rt", "macros", "process", "io-util", "io-std", "sync", "net", "time", "signal", ] [dependencies.tracing] version = "0.1.32" [dependencies.tracing-subscriber] version = "0.3.10" features = ["env-filter"]