[package]
edition = "2024"
name = "crator"
version = "0.7.0"
authors = ["Montasir Mirghani <contact@montasir.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The CRATOR library offers core functions to retrieve crate metadata from crates.io via raw TCP/TLS connections, process the JSON response, and present the data in a user-friendly format."
homepage = "https://github.com/dr-montasir/crator"
readme = "README.md"
keywords = [
"crate",
"label",
"badge",
"version",
"downloads",
]
categories = [
"development-tools",
"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.native-tls]
version = "0.2.14"