mtgjson 0.1.0

Unofficially provided lightweight models of the data provided by MTGJSON.
Documentation
[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.reqwest]
features = ["json"]
version = "0.11"

[dependencies.semver]
features = ["serde"]
version = "1"

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

[dependencies.uuid]
features = ["serde"]
version = "1"
[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.serde_path_to_error]
version = "0.1"

[dev-dependencies.tokio]
features = ["rt", "macros"]
version = "1"

[package]
authors = ["Rigidity <me@rigidnetwork.com>"]
categories = ["data-structures"]
description = "Unofficially provided lightweight models of the data provided by MTGJSON."
edition = "2021"
homepage = "https://github.com/Rigidity/mtgjson-rs"
keywords = ["mtg", "magic", "mtgjson", "serde", "data"]
license = "MIT OR Apache-2.0"
name = "mtgjson"
readme = "README.md"
repository = "https://github.com/Rigidity/mtgjson-rs"
version = "0.1.0"