[dependencies.reqwest]
features = ["json", "blocking", "multipart"]
version = "0.12.5"
[dependencies.serde]
features = ["derive"]
version = "1.0.207"
[dependencies.serde_json]
version = "1.0.125"
[dependencies.thiserror]
version = "1.0.63"
[dev-dependencies.anyhow]
version = "1.0.86"
[dev-dependencies.mockito]
version = "1.5.0"
[dev-dependencies.tokio]
features = ["full"]
version = "1.39.2"
[lib]
name = "gyazo_client"
path = "src/lib.rs"
[package]
authors = ["katayama8000 <https://github.com/katayama8000>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["web-programming", "web-programming::http-client"]
description = "Gyazo Client for Rust"
edition = "2021"
homepage = "https://github.com/katayama8000/gyazo-client-rust/blob/main/README.md"
keywords = ["gyazo", "client", "api", "rust"]
license = "MIT OR Apache-2.0"
name = "gyazo_client"
readme = "README.md"
repository = "https://github.com/katayama8000/gyazo-client-rust"
version = "0.2.7"