# 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-mview" version = "0.3.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A concise view macro for Leptos" readme = "README.md" keywords = [ "macro", "leptos", "view", ] license = "MIT OR Apache-2.0" repository = "https://github.com/blorbb/leptos-mview" [lib] name = "leptos_mview" path = "src/lib.rs" [[test]] name = "spread" path = "tests/spread.rs" [[test]] name = "values" path = "tests/values.rs" [[test]] name = "html" path = "tests/html.rs" [[test]] name = "slots" path = "tests/slots.rs" [[test]] name = "component" path = "tests/component.rs" [[test]] name = "ui" path = "tests/ui.rs" [[test]] name = "paren_children" path = "tests/paren_children.rs" [dependencies.leptos-mview-macro] version = "0.3.2" [dev-dependencies.leptos] version = "0.6.12" features = [ "nightly", "csr", ] [dev-dependencies.trybuild] version = "1"