# 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 = "fsevent-stream" version = "0.2.3" authors = ["LightQuantum "] exclude = [".github/**/*", ".gitignore", ".mergify.yml", "Justfile"] description = "Stream-based FSEvent API bindings." readme = "README.md" keywords = ["filesystem", "events", "watch", "notify", "macos"] license = "MIT" repository = "https://github.com/PhotonQuantum/fsevent-stream" resolver = "2" [dependencies.async-std1] version = "1.10" features = ["std"] optional = true default-features = false package = "async-std" [dependencies.bitflags] version = "1.3" [dependencies.core-foundation] version = "0.9" [dependencies.futures-core] version = "0.3" [dependencies.futures-util] version = "0.3" [dependencies.log] version = "0.4" [dependencies.once_cell] version = "1.9" [dependencies.tokio-stream] version = "0.1" optional = true [dependencies.tokio1] version = "1.14" features = ["sync"] optional = true package = "tokio" [dev-dependencies.async-std1] version = "1.10" features = ["attributes"] package = "async-std" [dev-dependencies.libc] version = "0.2" [dev-dependencies.pretty_env_logger] version = "0.4" [dev-dependencies.tempfile] version = "3.2" [dev-dependencies.tokio1] version = "1.14" features = ["rt-multi-thread", "sync", "macros"] package = "tokio" [features] async-std = ["async-std1"] default = ["tokio"] tokio = ["tokio1", "tokio-stream"]