[package] name = "habitica_rust_client" version = "0.1.8" edition = "2021" authors = ["Dawson Israel "] license = "MIT" description = "Unnoficial Habitica Api Rust Client" [badges] travis-ci = { repository = "dawsonfi/habitica-rust-client", branch = "master" } codecov = { repository = "dawsonfi/habitica-rust-client", branch = "master", service = "github" } [dependencies] reqwest = "0.11.6" serde = "1.0.130" serde_json = "1.0.69" serde_derive = "1.0.130" futures = "0.3.17" async-trait = "0.1.51"