# 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 = "2018" name = "fwatchd" version = "0.1.0" authors = ["Patrik Lundgren "] include = [ "src/**/*", "Cargo.toml", "LICENSE", "README.md", ] description = "fwatchd - A file watching daemon" documentation = "https://docs.rs/fwatchd" readme = "README.md" keywords = [ "cli", "daemon", "notify", "watch", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/PatrikLundgren/fwatchd" [profile.release] lto = true panic = "abort" strip = true [[bin]] name = "fwatchctl" path = "src/fwatchctl.rs" [[bin]] name = "fwatchd" path = "src/fwatchd.rs" [dependencies.anyhow] version = "1.0" [dependencies.bincode] version = "1.3.3" [dependencies.clap] version = "3.1.6" features = ["derive"] [dependencies.daemonize] version = "0.4.1" [dependencies.dirs] version = "3.0" [dependencies.inotify] version = "0.10.0" [dependencies.libc] version = "0.2.117" [dependencies.log] version = "0.4.14" [dependencies.nix] version = "0.23.1" [dependencies.rust-crypto] version = "0.2.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.signal-hook] version = "0.3.13" [dependencies.syslog] version = "6.0.1"