# 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 = "rocketchat" version = "0.4.1" authors = ["Gavrilyuk Denis "] description = "Rocket.Chat API Implemented in Rust" homepage = "https://github.com/karpa4o4/rocketchat" documentation = "https://docs.rs/rocketchat/latest/rocketchat" readme = "README.md" keywords = ["rocketchat"] license = "MIT" repository = "https://github.com/karpa4o4/rocketchat" resolver = "2" [dependencies.async-trait] version = "0.1.58" [dependencies.reqwest] version = "0.11.12" features = ["json"] [dependencies.serde] version = "1.0.145" features = ["derive"]