# 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.62.1" name = "calloop-notify" version = "0.1.1" authors = ["Christian Duerr "] description = "Calloop adapter for Notify" homepage = "https://github.com/chrisduerr/calloop-notify" readme = "README.md" keywords = [ "notify", "calloop", "events", "filesystem", "watch", ] categories = [ "asynchronous", "filesystem", "os", ] license = "MIT" resolver = "2" [dependencies.calloop] version = "0.10.1" [dependencies.notify] version = "5.0.0-pre.15"