[package] name = "twinkle_client" description = "Helper for making stateful clients that can notify on change" version = "0.2.1" edition = "2021" license = "MIT OR Apache-2.0" [dependencies] pin-project = "1.1.0" pin-project-lite = "0.2.9" tokio = { version = "1.28.1", features = ["full"] } tokio-stream = { version = "0.1.14", features = ["full"] }