# 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 = "modx" version = "0.1.2" description = "A way to handle states with structs in Dioxus inspired by mobx" documentation = "https://docs.rs/modx/latest/modx/index.html" readme = "README.md" keywords = [ "dioxus", "wasm", "state", "mobx", "redux", ] categories = [ "web-programming", "wasm", "gui", "api-bindings", ] license = "GPL-3.0-or-later" repository = "https://github.com/tkr-sh/modx" [lib] proc-macro = true [dependencies.proc-macro2] version = "1.0.79" [dependencies.quote] version = "1.0.35" [dependencies.syn] version = "2.0.58" features = ["full"] [dev-dependencies.dioxus] version = "0.5.1" features = ["desktop"] [dev-dependencies.reqwest] version = "0.12.3" features = ["json"] [dev-dependencies.serde] version = "1.0.197" [dev-dependencies.tokio] version = "1" features = ["full"]