crator 0.7.1

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.
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.7.1"
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",
    "badge",
    "json",
    "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"

[[bin]]
name = "crator"
path = "src/main.rs"

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