oxiced 0.5.1

An iced themeing library
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 = "oxiced"
version = "0.5.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An iced themeing library"
readme = "README.md"
license = "LGPL-3.0-or-later"

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

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

[dependencies.iced]
version = "0.13.1"
features = [
    "advanced",
    "canvas",
    "svg",
]

[dependencies.iced_layershell]
version = "0.12.0"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.optional_struct]
version = "0.5.2"

[dependencies.serde]
version = "1.0.219"

[dependencies.toml]
version = "0.8.22"

[dependencies.xdg]
version = "3.0.0"