# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "quadoculars" version = "0.1.40" authors = ["Ar37-rs "] description = "Concurrent, composable simple file watcher on top of notify-rs with fast live reloading support." readme = "README.md" keywords = ["filesystem", "utility", "events"] license = "Apache-2.0" repository = "https://github.com/Ar37-rs/quadoculars" [dependencies.cfg-if] version = "1" [dependencies.crossbeam-channel] version = "0.5" optional = true [dependencies.flume] version = "0.10" optional = true [dependencies.notify] version = "5.0.0-pre.6" [dependencies.ron] version = "0.6" optional = true [dependencies.serde] version = "1" optional = true [dependencies.serde_json] version = "1" optional = true [dev-dependencies.cfg-if] version = "1" [dev-dependencies.crossbeam-channel] version = "0.5" [dev-dependencies.flume] version = "0.10" [features] crossbeam_channel = ["crossbeam-channel"] default = [] flume_channel = ["flume"] live_json = ["serde", "serde_json"] live_ron = ["serde", "ron"]