misskey-http 0.2.0

Asynchronous HTTP-based client implementation for Misskey
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "misskey-http"
version = "0.2.0"
authors = ["coord.e <me@coord-e.com>"]
description = "Asynchronous HTTP-based client implementation for Misskey"
homepage = "https://github.com/coord-e/misskey-rs"
documentation = "https://docs.rs/misskey-http/0.2.0"
readme = "README.md"
keywords = ["async", "http", "client", "misskey"]
categories = ["web-programming::http-client"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/coord-e/misskey-rs.git"
[dependencies.async-dup]
version = "1.0"

[dependencies.common-multipart-rfc7578]
version = "0.2.0-rc"

[dependencies.futures]
version = "0.3"
default-features = false

[dependencies.isahc]
version = "0.9.2"

[dependencies.log]
version = "0.4"
optional = true

[dependencies.mime]
version = "0.3"

[dependencies.misskey-core]
version = "0.2.0"

[dependencies.rustc_version]
version = "0.2.2"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0.2"

[dependencies.url]
version = "2.2.0"
[dev-dependencies.async-std]
version = "1.6"
features = ["attributes"]

[dev-dependencies.tokio]
version = "0.3"
features = ["macros", "rt"]

[dev-dependencies.uuid]
version = "0.8.1"
features = ["v4"]

[features]
inspect-contents = ["log"]