[package] name = "rocketchat" version = "0.4.1" edition = "2021" authors = ["Gavrilyuk Denis "] description = "Rocket.Chat API Implemented in Rust" repository = "https://github.com/karpa4o4/rocketchat" homepage = "https://github.com/karpa4o4/rocketchat" readme = "README.md" license = "MIT" documentation = "https://docs.rs/rocketchat/latest/rocketchat" keywords = ["rocketchat"] [dependencies] async-trait = "0.1.58" reqwest = { version = "0.11.12", features = ["json"] } serde = { version = "1.0.145", features = ["derive"] }