[dependencies.native-tls]
version = "0.2.14"
[dependencies.serde_json]
version = "1.0.149"
[dependencies.tokio]
features = ["full"]
version = "1.49.0"
[dependencies.tokio-native-tls]
version = "0.3.1"
[dependencies.url]
version = "2.5.8"
[lib]
name = "crator"
path = "src/lib.rs"
[package]
authors = ["Montasir Mirghani <contact@montasir.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "parsing", "value-formatting", "api-bindings"]
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."
edition = "2024"
homepage = "https://github.com/dr-montasir/crator"
keywords = ["crate", "label", "badge", "version", "downloads"]
license = "MIT OR Apache-2.0"
name = "crator"
readme = "README.md"
repository = "https://github.com/dr-montasir/crator"
version = "0.4.0"