[dependencies.comfund_macros]
version = "0.1.0"
[dependencies.paths]
optional = true
package = "comfund_paths"
version = "0.1.0"
[dependencies.reqwest]
features = []
optional = true
version = "0.12.22"
[features]
actix-web = []
axum = []
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.3"