# 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 = "leptos_query_devtools" version = "0.1.3" authors = ["Nico Burniske"] description = "Devtools for Leptos Query" readme = "README.md" keywords = ["leptos"] license = "MIT" repository = "https://github.com/nicoburniske/leptos_query/" [dependencies.cfg-if] version = "1" [dependencies.js-sys] version = "0.3" optional = true [dependencies.leptos] version = "0.6" [dependencies.leptos_query] version = "0.5" [dependencies.wasm-bindgen] version = "0.2" optional = true [dependencies.web-sys] version = "0.3" features = ["DomRect"] optional = true [features] csr = [ "web-sys", "wasm-bindgen", "js-sys", ] force = []