# 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-parser" version = "4.0.11" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Elm markup parser to leptos" homepage = "https://littel-bo-peep-leptos-v2.fly.io/" documentation = "https://docs.rs/" readme = "README.md" license = "MIT" repository = "https://github.com/Devland-agancy/Elm-markup-to-leptos" [lib] name = "elm_parser" path = "src/lib.rs" [[bin]] name = "elm-parser" path = "src/main.rs" [dependencies.cps] version = "0.2.3" [dependencies.leptos] version = "0.6.15" features = ["csr"] [dependencies.nom] version = "7.1.3" [dependencies.numerals] version = "0.1" [dependencies.proc-macro2] version = "1.0.69" [dependencies.quote] version = "1.0" [dependencies.regex] version = "1.10.0" [dependencies.select] version = "0.6.0" [dependencies.serde] version = "1.0.197" [dependencies.serde_json] version = "1.0.114" [dependencies.syn] version = "2.0"