//! A Rust wrapper for [Artifacts](https://artifactsmmo.com/), an API-based sandbox MMO.
//!
//! Generated by [openapi-generator](https://openapi-generator.tech/) based on
//! version 6.1.0 of the [public OpenAPI spec](https://api.artifactsmmo.com/openapi.json).
extern crate reqwest;
extern crate serde;
extern crate serde_json;
extern crate url;