# 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 = "really-notify" version = "0.1.0" authors = ["Protryon "] description = "For when you really, really just want to know that your config changed" readme = "README.md" keywords = [ "inotify", "notify", "reload", ] license = "Apache-2.0" repository = "https://github.com/Protryon/really-notify" [dependencies.async-stream] version = "0.3.5" optional = true [dependencies.bitmask-enum] version = "2.1.0" optional = true [dependencies.futures] version = "0.3" [dependencies.libc] version = "0.2" optional = true [dependencies.log] version = "0.4" [dependencies.notify] version = "6.0" optional = true [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.env_logger] version = "0.10.0" [features] default = ["inotify"] inotify = [ "libc", "bitmask-enum", "async-stream", ] notify = ["dep:notify"]