# 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 = "monzilla_rs" version = "1.0.0" authors = ["John Lyon-Smith "] description = "Monzilla file monitor" readme = "README.md" keywords = [] categories = [] license = "Unlicense" repository = "https://github.com/jlyonsmith/monzilla_rs" [[bin]] name = "monzilla" path = "src/bin/monzilla.rs" [[bench]] name = "benchmarks" harness = false [dependencies.clap] version = "4.2.5" features = [ "derive", "env", ] [dependencies.command-group] version = "2.1.0" [dependencies.crossbeam] version = "0.8.2" [dependencies.easy-error] version = "1.0.0" [dependencies.glob] version = "0.3.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.notify] version = "5.1.0" [dependencies.notify-debouncer-mini] version = "0.2.1" [dependencies.termios] version = "0.3.3" [dependencies.yansi] version = "0.5.1" [dev-dependencies.criterion] version = "^0.3"