clipboard-stream 0.2.1

Async stream of clipboard change events
Documentation
[dependencies.futures]
version = "0.3"

[dependencies.objc2]
version = "0.6.2"

[dependencies.objc2-app-kit]
version = "0.3"

[dependencies.thiserror]
version = "2"

[dev-dependencies.futures]
features = ["executor"]
version = "0.3"

[dev-dependencies.tokio]
features = ["rt", "rt-multi-thread", "macros"]
version = "1"

[[example]]
name = "stream"
path = "examples/stream.rs"

[[example]]
name = "try-stream"
path = "examples/try_stream.rs"

[lib]
name = "clipboard_stream"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = """
Async stream of clipboard change events
"""
documentation = "https://docs.rs/clipboard-stream"
edition = "2024"
keywords = ["clipboard"]
license = "MIT"
name = "clipboard-stream"
readme = "README.md"
repository = "https://github.com/nakaryo716/clipboard-stream"
version = "0.2.1"

[package.metadata.docs.rs]
default-target = "aarch64-apple-darwin"
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin"]