# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "gyazo_client" version = "0.2.7" authors = ["katayama8000 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Gyazo Client for Rust" homepage = "https://github.com/katayama8000/gyazo-client-rust/blob/main/README.md" readme = "README.md" keywords = [ "gyazo", "client", "api", "rust", ] categories = [ "web-programming", "web-programming::http-client", ] license = "MIT OR Apache-2.0" repository = "https://github.com/katayama8000/gyazo-client-rust" [lib] name = "gyazo_client" path = "src/lib.rs" [dependencies.reqwest] version = "0.12.5" features = [ "json", "blocking", "multipart", ] [dependencies.serde] version = "1.0.207" features = ["derive"] [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] version = "1.39.2" features = ["full"]