# 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] name = "fibers_inotify" version = "0.1.2" authors = ["Takeru Ohta "] description = "A futures friendly inotify wrapper for fibers crate" homepage = "https://github.com/sile/fibers_inotify" readme = "README.md" keywords = ["inotify"] license = "MIT" repository = "https://github.com/sile/fibers_inotify" [dependencies.fibers] version = "0.1" [dependencies.futures] version = "0.1" [dependencies.inotify] version = "0.5" [dependencies.inotify-sys] version = "0.1" [dependencies.libc] version = "0.2" [dependencies.mio] version = "0.6" [dependencies.trackable] version = "1" [dev-dependencies.clap] version = "2" [badges.codecov] repository = "sile/fibers_inotify" [badges.travis-ci] repository = "sile/fibers_inotify"