# 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_core" version = "0.0.22" authors = ["Greg Johnston"] description = "Core functionality for the Leptos web framework." license = "MIT" repository = "https://github.com/gbj/leptos" resolver = "1" [package.metadata.cargo-all-features] denylist = ["stable"] [dependencies.leptos_dom] version = "0.0.22" default-features = false [dependencies.leptos_macro] version = "0.0.22" default-features = false [dependencies.leptos_reactive] version = "0.0.22" default-features = false [dependencies.log] version = "0.4" [dependencies.typed-builder] version = "0.11" [dev-dependencies.leptos] version = "0.0" default-features = false [build-dependencies.rustc_version] version = "0.4" [features] csr = [ "leptos/csr", "leptos_dom/csr", "leptos_macro/csr", "leptos_reactive/csr", ] hydrate = [ "leptos/hydrate", "leptos_dom/hydrate", "leptos_macro/hydrate", "leptos_reactive/hydrate", ] ssr = [ "leptos/ssr", "leptos_dom/ssr", "leptos_macro/ssr", "leptos_reactive/ssr", ] stable = [ "leptos/stable", "leptos_dom/stable", "leptos_macro/stable", "leptos_reactive/stable", ]