logo-parser 1.0.1

A library for parsing custom logo and color configurations from JSON files for LynxFetch
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 = "logo-parser"
version = "1.0.1"
authors = ["CELESTIFYX Team <celestifyx@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for parsing custom logo and color configurations from JSON files for LynxFetch"
readme = "README.md"
license = "GPL-3.0-or-later"
repository = "https://gitlab.com/lynxfetch/logo-parser"

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

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

[dependencies.chromakitx]
version = "1.0.2"

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

[dependencies.serde_json]
version = "1.0.149"