[dependencies.restless-axum]
optional = true
version = "0.1.0"
[dependencies.restless-core]
version = "0.1.0"
[dependencies.restless-data]
version = "0.1.0"
[dependencies.restless-gloo]
optional = true
version = "0.1.0"
[dependencies.restless-hyper]
optional = true
version = "0.1.0"
[dependencies.restless-query]
version = "0.1.0"
[dependencies.restless-util]
optional = true
version = "0.1.0"
[dependencies.restless-wasm-cache]
optional = true
version = "0.1.0"
[dependencies.restless-yew]
optional = true
version = "0.1.0"
[features]
axum = ["dep:restless-axum"]
bincode = ["restless-data/bincode"]
bytes = ["restless-core/bytes", "restless-data/bytes"]
default = ["bytes", "json"]
full = ["json", "bytes", "postcard", "bincode", "yaml", "urlencoded", "qs", "gloo", "yew", "reqwest", "http", "hyper", "axum"]
gloo = ["dep:restless-gloo"]
http = ["restless-core/http"]
hyper = ["dep:restless-hyper"]
json = ["restless-data/json"]
postcard = ["restless-data/postcard"]
qs = ["restless-query/qs"]
reqwest = []
urlencoded = ["restless-query/urlencoded"]
util = ["dep:restless-util"]
wasm-cache = ["dep:restless-wasm-cache"]
yaml = ["restless-data/yaml"]
yew = ["dep:restless-yew"]
[package]
authors = ["Patrick M. Elsen <pelsen@xfbs.net>"]
description = "REST API helper traits"
documentation = "https://docs.rs/restless"
edition = "2021"
homepage = "https://xfbs.gitlab.io/restless"
license = "MIT"
name = "restless"
readme = "README.md"
repository = "https://github.com/xfbs/restless"
version = "0.2.0"
[package.metadata.docs.rs]
features = ["full"]