mtgjson 5.2.2

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

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

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

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

[dev-dependencies.reqwest]
features = ["blocking", "json"]
version = "0.11"

[dev-dependencies.serde_json]
version = "1"

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

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

[features]
default = []
local_tests = []
network_tests = []

[lib]
name = "mtgjson"
path = "src/lib.rs"

[package]
authors = ["Rigidity <me@rigidnetwork.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures"]
description = "Unofficially provided lightweight models of the data provided by MTGJSON."
edition = "2024"
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 = "5.2.2"