crator 0.9.0

High-performance Rust toolkit for HTTP/HTTPS requests, JSON processing, and environment management.
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 = "crator"
version = "0.9.0"
authors = ["Montasir Mirghani <montasir@webio.tech>"]
build = false
exclude = [
    ".github/**",
    "examples/**",
    "tests/**",
    "Cargo.lock",
    "dev.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance Rust toolkit for HTTP/HTTPS requests, JSON processing, and environment management."
homepage = "https://github.com/dr-montasir/crator"
readme = "README.md"
keywords = [
    "http",
    "json",
    "crates",
    "env",
    "rust",
]
categories = [
    "development-tools",
    "web-programming::http-client",
    "parsing",
    "value-formatting",
    "api-bindings",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/dr-montasir/crator"

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

[dependencies.dotenvy]
version = "0.15.7"

[dependencies.native-tls]
version = "0.2.18"