# 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 = "gsettings-macro" version = "0.2.1" authors = ["Dave Patrick Caberto"] exclude = [ "/.github/*", "/tests/*", ] description = "Macro for typesafe GSettings key access" homepage = "https://github.com/SeaDve/gsettings-macro" documentation = "https://docs.rs/gsettings-macro" readme = "README.md" keywords = [ "gtk", "gio", "glib", "settings", "macro", ] categories = ["api-bindings"] license = "MPL-2.0" repository = "https://github.com/SeaDve/gsettings-macro" [lib] proc-macro = true [dependencies.deluxe] version = "0.5" [dependencies.heck] version = "0.5" [dependencies.proc-macro-error] version = "1.0" [dependencies.proc-macro2] version = "1.0" [dependencies.quick-xml] version = "0.36" features = ["serialize"] [dependencies.quote] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.syn] version = "2.0" [dev-dependencies.gio] version = "0.20" [dev-dependencies.serial_test] version = "3.0"