[package]
edition = "2024"
name = "crator"
version = "0.9.1"
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"