fpl_api 0.5.0

Rust bindings for the Fantasy PL API
Documentation
[dependencies.reqwest]
features = ["json"]
version = "0.12.8"

[dependencies.serde]
features = ["derive"]
version = "1.0.210"

[dependencies.serde_derive]
version = "1.0.210"

[dependencies.serde_json]
version = "1.0.128"

[dependencies.thiserror]
version = "1.0.64"

[dev-dependencies.tokio]
features = ["test-util", "macros"]
version = "1.40.0"

[package]
authors = ["chvish <vishalchauhan9911@gmail.com>"]
description = "Rust bindings for the Fantasy PL API"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "fpl_api"
readme = "README.md"
version = "0.5.0"