[dependencies.cfg-if]
version = "1"
[dependencies.crossbeam-channel]
optional = true
version = "0.5"
[dependencies.flume]
optional = true
version = "0.10"
[dependencies.notify]
version = "5.0.0-pre.6"
[dependencies.ron]
optional = true
version = "0.6"
[dependencies.serde]
optional = true
version = "1"
[dependencies.serde_json]
optional = true
version = "1"
[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"]
[package]
authors = ["Ar37-rs <adyaro37@gmail.com>"]
description = "Concurrent, composable simple file watcher on top of notify-rs with fast live reloading support."
edition = "2018"
keywords = ["filesystem", "utility", "events"]
license = "Apache-2.0"
name = "quadoculars"
readme = "README.md"
repository = "https://github.com/Ar37-rs/quadoculars"
version = "0.1.40"