[package] name = "tfbotlib" version = "0.3.9" authors = ["XenoCorn"] edition = "2018" description = "Client library for my message queue pet project." license = "BSD-3-Clause" [dependencies] rotorlib = "0.8.2" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" futures-util = "0.3" tokio = { version = "1", features = ["sync", "macros"] } hyper = { version = "0.14", features = ["full"] } hyper-tls = "0.5" http = "0.2" url = "2.2" futures = "0.3" log = "0.4"