simpleicons 0.1.0

A Rust library for loading and querying simple-icons data from a JSON file, providing convenient access to icon metadata by name.
[build-dependencies.reqwest]
features = ["blocking"]
version = "0.12.15"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "A Rust library for loading and querying simple-icons data from a JSON file, providing convenient access to icon metadata by name."
edition = "2024"
license = "MIT"
name = "simpleicons"
readme = false
version = "0.1.0"