pokemon-tcg-sdk 0.3.0

Pokémon TCG SDK is a rust wrapper around the Pokémon TCG API located at pokemontcg.io
Documentation
[dependencies.reqwest]
features = ["json"]
version = "0.11"

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

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
features = ["full"]
version = "1"

[dev-dependencies.wiremock]
version = "0.5.2"

[package]
authors = ["Alexander Mattoni"]
description = "Pokémon TCG SDK is a rust wrapper around the Pokémon TCG API located at pokemontcg.io"
edition = "2021"
license = "MIT"
name = "pokemon-tcg-sdk"
repository = "https://github.com/mattoni/pokemon-tcg-sdk-rust"
resolver = "2"
version = "0.3.0"