# 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] edition = "2018" name = "lightmon" version = "0.2.0" authors = ["Reagan McFarland ", "Alay Shah"] exclude = [".github/*", "assets/*"] description = "A lightweight, cross-platform, language-agnostic 'run code on file change' tool, inspired by Nodemon" homepage = "https://github.com/reaganmcf/lightmon" keywords = ["dev-tools", "nodemon", "productivity", "file-monitoring"] categories = ["command-line-utilities"] license = "GPL-3.0" [dependencies.clap] version = "~2.27.0" features = ["yaml"] [dependencies.env_logger] version = "0.8.3" [dependencies.log] version = "0.4.0" [dependencies.notify] version = "4.0.12" [dependencies.serde_json] version = "1.0" [dependencies.termcolor] version = "1.1.2" [dependencies.walkdir] version = "2" [dev-dependencies.assert_cmd] version = "1.0.3" [dev-dependencies.serial_test] version = "0.5.1"