# 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 = "2021" name = "oxiced" version = "0.1.0" build = 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" [dependencies.arboard] version = "3.4.1" [dependencies.iced] version = "0.13" features = [ "advanced", "canvas", ] [dependencies.iced_layershell] version = "0.7.1" [dependencies.once_cell] version = "1.19.0" [dependencies.serde] version = "1.0.204" [dependencies.toml] version = "0.8.14" [dependencies.xdg] version = "2.5.2" [dependencies.zbus] version = "4.4.0"