# 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 = "rstml-control-flow" version = "0.1.1" authors = [ "vldm ", "stoically ", ] include = [ "/src", "LICENSE", ] description = "Custom nodes with control flow implementation for rstml. Usefull when you need to implement If, For, etc." readme = "README.md" keywords = [ "syn", "jsx", "rsx", "html", "macro", ] license = "MIT" repository = "https://github.com/rs-tml/rstml" [dependencies.derive-where] version = "1.2.5" [dependencies.proc-macro2] version = "1.0.47" features = ["span-locations"] [dependencies.proc-macro2-diagnostics] version = "0.10" default-features = false [dependencies.quote] version = "1.0.21" [dependencies.rstml] version = "0.12.0" features = ["rawtext-stable-hack"] [dependencies.syn] version = "2.0.15" features = [ "visit-mut", "full", "parsing", "extra-traits", ] [dependencies.syn_derive] version = "0.1.6" [features] default = [] extendable = []