# 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" rust-version = "1.61.0" name = "watchexec-events" version = "4.0.0" authors = ["FĂ©lix Saparelli "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Watchexec's event types" documentation = "https://docs.rs/watchexec-events" readme = "README.md" keywords = [ "watchexec", "event", "format", "json", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/watchexec/watchexec" [lib] name = "watchexec_events" path = "src/lib.rs" [[example]] name = "parse-and-print" path = "examples/parse-and-print.rs" [[test]] name = "json" path = "tests/json.rs" [dependencies.notify] version = "6.0.0" optional = true [dependencies.serde] version = "1.0.183" features = ["derive"] optional = true [dependencies.watchexec-signals] version = "4.0.0" default-features = false [dev-dependencies.serde_json] version = "1.0.107" [dev-dependencies.snapbox] version = "0.6.18" [features] default = ["notify"] notify = ["dep:notify"] serde = [ "dep:serde", "notify?/serde", "watchexec-signals/serde", ] [target."cfg(unix)".dependencies.nix] version = "0.29.0" features = ["signal"]