playground-api 0.5.1

Simple API-binding for The Rust Playground
Documentation
[dependencies.poise]
optional = true
version = "0.6.1"

[dependencies.reqwest]
features = ["json", "blocking"]
version = "0.12"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.url]
version = "2.5"

[dev-dependencies.tokio]
features = ["macros"]
version = "1.45"

[features]
blocking = ["reqwest/blocking"]
default = []
poise-bot = ["poise"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "asynchronous"]
description = "Simple API-binding for The Rust Playground"
edition = "2021"
include = ["Cargo.toml", "Cargo.lock", "README.md", "LICENSE", "src/**/*"]
keywords = ["playground", "api", "rust-playground", "rust-playground-api", "simple"]
license = "MIT"
name = "playground-api"
readme = "README.md"
repository = "https://github.com/kingananas20/playground-api"
version = "0.5.1"

[package.metadata.docs.rs]
features = ["blocking", "poise-bot"]