# 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 = "fltk-decl" version = "0.2.7" authors = ["MoAlyousef "] description = "Describe your fltk-rs app declaratively, supports hot-reloading!" documentation = "https://docs.rs/fltk-decl" readme = "README.md" keywords = [ "gui", "ui", "widgets", "bindings", "graphics", ] categories = ["gui"] license = "MIT" repository = "https://github.com/fltk-rs/fltk-decl" [dependencies.fltk] version = "1.4.12" [dependencies.notify] version = "5.1" [dependencies.serde] version = "1" [dependencies.serde-xml-rs] version = "0.6" optional = true [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" optional = true [dependencies.serde_json5] version = "0.1" optional = true [dependencies.serde_yaml] version = "0.9" optional = true [dev-dependencies.serde-lexpr] version = "0.1.2" [dev-dependencies.serde-xml-rs] version = "0.6" [dev-dependencies.serde_json5] version = "0.1" [dev-dependencies.serde_yaml] version = "0.9" [dev-dependencies.toml] version = "0.7" [features] default = [] enable-glwindow = ["fltk/enable-glwindow"] json = ["dep:serde_json"] json5 = ["dep:serde_json5"] xml = ["dep:serde-xml-rs"] yaml = ["dep:serde_yaml"]