# 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 = "elm_to_view" version = "0.8.0" description = "A macro for parsing elm_markup to leptos view" homepage = "https://littel-bo-peep-leptos-v2.fly.io/" documentation = "https://docs.rs/" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/Devland-agancy/little-bo-peep-leptos" [lib] proc-macro = true [dependencies.leptos] version = "0.4" features = ["csr"] [dependencies.nom] version = "7.1.3" [dependencies.proc-macro2] version = "1.0.69" [dependencies.quote] version = "1.0" [dependencies.regex] version = "1.10.0" [dependencies.syn] version = "2.0"