[package] name = "plusapi" version = "0.1.0" authors = ["USPRO "] edition = "2018" license = "MIT" description = "https://plusapi.org API Wrapper" homepage = "https://github.com/usdogu/PlusAPI-rs" documentation = "https://docs.rs/plusapi" repository = "https://github.com/usdogu/PlusAPI-rs" readme = "README.md" [dependencies] reqwest = { version = "0.11", features = ["json"] } tokio = { version = "1", features = ["full"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" [features] blocking = ["reqwest/blocking"]