[dependencies.actix-web]
optional = true
version = "4.9.0"
[dependencies.axum]
features = ["query", "matched-path", "original-uri", "multipart", "form"]
optional = true
version = "0.8.4"
[dependencies.comfund_macros]
version = "0.1.0"
[dependencies.paths]
optional = true
package = "comfund_paths"
version = "0.1.0"
[dependencies.reqwest]
features = ["default-tls", "charset", "http2", "json", "multipart"]
optional = true
version = "0.12.12"
[dependencies.serde]
features = ["derive"]
version = "1.0.218"
[features]
default = []
reqwest = ["dep:reqwest", "paths"]
[lib]
name = "comfund"
path = "src/lib.rs"
[package]
authors = ["Chernoivanenko Serhii <chernoivanenkoofficial@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "asynchronous", "network-programming", "web-programming::http-server", "web-programming::http-client"]
description = "A WCF-like framework for defining service contracts."
documentation = "https://docs.rs/comfund"
edition = "2021"
homepage = "https://github.com/chernoivanenkoofficial/comfund"
keywords = ["contract", "service", "http", "client", "web"]
license = "MIT OR Apache-2.0"
name = "comfund"
readme = "README.md"
repository = "https://github.com/chernoivanenkoofficial/comfund"
version = "0.1.2"