# 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 = "git-fsmonitor-watchman-rs" version = "0.1.2" description = """ A watchman based fsmonitor for git Install with git config core.fsmonitorhookversion 2 git config core.fsmonitor git-fsmonitor-watchman-rs """ keywords = [ "git", "watchman", ] license = "MIT" [[bin]] name = "git-fsmonitor-watchman-rs" path = "src/main.rs" [dependencies.anyhow] version = "1.0.69" [dependencies.serde] version = "1.0.156" [dependencies.serde_json] version = "1.0.94" [dependencies.tokio] version = "1.26.0" [dependencies.watchman_client] version = "0.8.0"