fsevent 0.2.18

Rust bindings to the fsevent-sys OSX API for file changes notifications
# 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]
name = "fsevent"
version = "0.2.18"
authors = ["Pierre Baillet <pierre@baillet.name>"]
description = "Rust bindings to the fsevent-sys OSX API for file changes notifications"
license = "MIT"
repository = "https://github.com/octplane/fsevent-rust"

[lib]
name = "fsevent"
test = false
doc = true
[dependencies.bitflags]
version = "0.7.0"

[dependencies.fsevent-sys]
version = "0.1.7"

[dependencies.libc]
version = "0.2.20"
[dev-dependencies.tempdir]
version = "^0.3.4"

[dev-dependencies.time]
version = "~0.1.34"