# 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 = "distillate" version = "0.1.0" description = "A monitoring tool to watch for file access and log on modification" homepage = "https://github.com/AlexsJones/distillate.git" readme = "README.md" license = "MIT" repository = "https://github.com/AlexsJones/distillate.git" [dependencies.chrono] version = "0.4.34" [dependencies.clap] version = "4.5.1" features = ["derive"] [dependencies.env_logger] version = "0.11.2" features = ["auto-color"] [dependencies.log] version = "0.4.21" [dependencies.notify] version = "6.1.1" features = ["serde"] [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_json] version = "1.0.68" [dependencies.tokio] version = "1.36.0" features = ["full"]