dimicon 0.2.0

Docker Image Icon - A library for fetching Docker image icons
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 = "dimicon"
version = "0.2.0"
authors = [
    "AprilNEA <dev@aprilnea.me> (https://aprilnea.me/)",
    "Sukka <github@sku.moe> (https://skk.moe/)",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Docker Image Icon - A library for fetching Docker image icons"
homepage = "https://github.com/AprilNEA/dimicon"
documentation = "https://docs.rs/dimicon"
readme = "README.md"
keywords = [
    "docker",
    "icon",
    "container",
    "registry",
]
categories = [
    "web-programming",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/AprilNEA/dimicon"

[features]
default = []
devicon = []
simpleicon = []

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

[[example]]
name = "basic"
path = "examples/basic.rs"

[dependencies.reqwest]
version = "0.12"
features = ["json"]

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

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
version = "0.1"

[dependencies.urlencoding]
version = "2.1"

[dev-dependencies.tokio]
version = "1"
features = ["full"]

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]