[package] name = "pusher-beam-rust" # When releasing to crates.io: # - Remove path dependencies # - Update html_root_url. # - Update doc url # - Cargo.toml # - README.md # - Update CHANGELOG.md. # - Create git tag. version = "0.1.3" authors = ["Tyr Chen "] edition = "2018" license = "MIT" documentation = "https://docs.rs/pusher-beam-rust/0.1.0/pusher-beam-rust/" repository = "https://github.com/tyrchen/pusher-beam-rust" homepage = "https://github.com/tyrchen/pusher-beam-rust" description = """ Pusher BEAMS support for rust. """ readme = "README.md" categories = ["HTTP client", "Web programming"] keywords = ["pusher", "realtime", "websocket"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1" reqwest = { version = "0.10", features = ["json"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" [dev-dependencies] tokio = { version = "0.2", features = ["macros", "rt-threaded"] }