# 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_tea" version = "0.6.0-rc1" authors = ["Jose Quesada "] description = "The Elm Architecture for leptos." homepage = "https://github.com/jquesada2016/leptos-tea" documentation = "https://docs.rs/leptos_tea" readme = "README.md" keywords = [ "leptos", "web", "framework", "reactive", "isomorphic", ] license = "MIT" repository = "https://github.com/jquesada2016/leptos-tea" [dependencies.futures] version = "0.3" [dependencies.leptos_reactive] version = "0.5.0-beta" [dependencies.leptos_tea_macros] version = "0.6.0-rc1" [dependencies.smallvec] version = "1" [dependencies.tracing] version = "0.1" [dependencies.wasm-bindgen-futures] version = "0.4" [dev-dependencies.leptos] version = "0.5.0-rc1" features = ["nightly"] [features] nightly = ["leptos_reactive/nightly"]