# 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 = "restless" version = "0.2.0" authors = ["Patrick M. Elsen "] description = "REST API helper traits" homepage = "https://xfbs.gitlab.io/restless" documentation = "https://docs.rs/restless" readme = "README.md" license = "MIT" repository = "https://github.com/xfbs/restless" [package.metadata.docs.rs] features = ["full"] [dependencies.restless-axum] version = "0.1.0" optional = true [dependencies.restless-core] version = "0.1.0" [dependencies.restless-data] version = "0.1.0" [dependencies.restless-gloo] version = "0.1.0" optional = true [dependencies.restless-hyper] version = "0.1.0" optional = true [dependencies.restless-query] version = "0.1.0" [dependencies.restless-util] version = "0.1.0" optional = true [dependencies.restless-wasm-cache] version = "0.1.0" optional = true [dependencies.restless-yew] version = "0.1.0" optional = true [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"]