# 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 = "dioxus-use-computed" version = "0.1.0" description = "Run resource-expensive computations in the most efficient way possible in Dioxus 🧬 apps 🦀" homepage = "https://github.com/dioxus-community/dioxus-use-computed" readme = "README.md" keywords = ["dioxus"] categories = ["gui"] license = "MIT" repository = "https://github.com/dioxus-community/dioxus-use-computed" [dependencies.dioxus-lib] version = "0.5" features = [ "macro", "hooks", "signals", ] default-features = false [dev-dependencies.dioxus] version = "0.5" features = ["desktop"]