yttp 0.0.8

Better HTTP - a JSON/YAML façade for HTTP requests and responses
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 = "2024"
name = "yttp"
version = "0.0.8"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Better HTTP - a JSON/YAML façade for HTTP requests and responses"
readme = "README.md"
keywords = [
    "http",
    "yaml",
    "json",
    "api",
    "rest",
]
categories = ["web-programming::http-client"]
license = "MIT"
repository = "https://github.com/ogheorghies/yttp"

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

[[bench]]
name = "parse"
path = "benches/parse.rs"
harness = false

[dependencies.base64]
version = "0.22"

[dependencies.serde_json]
version = "1"
features = ["preserve_order"]

[dependencies.serde_yml]
version = "0.0.12"

[dependencies.url]
version = "2"

[dev-dependencies.criterion]
version = "0.5"