vamo 0.1.0

A rest wrapper for deboa http client.
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 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"
rust-version = "1.75.0"
name = "vamo"
version = "0.1.0"
authors = ["Rogerio Araújo <rogerio.araujo@gmail.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A rest wrapper for deboa http client."
homepage = "https://github.com/ararog/vamo"
readme = "README.md"
keywords = [
    "http",
    "networking",
    "client",
    "fetch",
    "rest-client",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ararog/vamo"
resolver = "3"

[features]
default = ["json"]
json = ["deboa-extras/json"]

[lib]
name = "vamo"
path = "src/lib.rs"

[dependencies.base64]
version = "0.23.0"

[dependencies.deboa]
version = ">= 0.1.0-beta.21"

[dependencies.deboa-extras]
version = ">= 0.0.9-beta.14"

[dependencies.http]
version = "1.4.2"

[dependencies.serde]
version = "1.0.228"

[dependencies.url]
version = "2.5.8"

[dev-dependencies.caramelo]
version = "0.1.1-beta.4"