# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "rs-filewatch-trigger" version = "0.2.1" authors = ["Chen Weiguang "] description = "FileWatch Trigger to run various actions" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/guangie88/rs-filewatch-trigger" [[bin]] name = "fwt" path = "src/main.rs" [dependencies.bitflags] version = "1.0.4" [dependencies.failure] version = "0.1.2" [dependencies.globset] version = "0.4.2" [dependencies.maplit] version = "1.0.1" [dependencies.notify] version = "4.0.6" [dependencies.path-absolutize] version = "1.1.1" [dependencies.serde] version = "1.0.79" [dependencies.serde_derive] version = "1.0.79" [dependencies.signal-hook] version = "0.1.5" [dependencies.strfmt] version = "0.1.6" [dependencies.structopt] version = "0.2.10" [dependencies.structopt-derive] version = "0.2.10" [dependencies.vlog] version = "0.1.4" [badges.codecov] repository = "guangie88/rs-filewatch-trigger" [badges.travis-ci] repository = "guangie88/rs-filewatch-trigger"