twapi-reqwest 0.5.0

Twitter OAuth library used by reqwest.
Documentation
# 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 = "2024"
name = "twapi-reqwest"
version = "0.5.0"
authors = ["aoyagikouhei <aoyagi.kouhei@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Twitter OAuth library used by reqwest."
documentation = "https://docs.rs/twapi-reqwest"
readme = "Readme.md"
keywords = [
    "twitter",
    "oauth",
]
categories = ["api-bindings"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/aoyagikouhei/twapi-reqwest-rs"

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

[dependencies.base64]
version = "0.22"

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "multipart",
    "query",
]

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_urlencoded]
version = "0.7"

[dependencies.twapi-oauth]
version = "0.1.4"

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