# 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 = "relm4-icons-build" version = "0.10.0-beta.1" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Build icons for relm4-icons" readme = "README.md" keywords = [ "gui", "gtk", "gtk4", "elm", ] categories = ["gui"] license = "Apache-2.0 OR MIT" repository = "https://github.com/Relm4/icons" [lib] name = "relm4_icons_build" path = "src/lib.rs" [dependencies.gvdb] version = "0.5.3" features = ["gresource"] [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.toml] version = "0.8.11"