# 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" version = "0.12.0" authors = [ "vldm ", "stoically ", ] include = [ "/src", "LICENSE", ] description = "Rust templating for XML-based formats (HTML, SVG, MathML) implemented on top of proc-macro::TokenStreams" readme = "README.md" keywords = [ "syn", "jsx", "rsx", "html", "macro", ] license = "MIT" repository = "https://github.com/rs-tml/rstml" [lib] bench = false [[bench]] name = "bench" path = "benches/bench.rs" harness = false [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.syn] version = "2.0.15" features = [ "visit-mut", "full", "parsing", "extra-traits", ] [dependencies.syn_derive] version = "0.1.6" [dependencies.thiserror] version = "1.0.37" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.eyre] version = "0.6.8" [dev-dependencies.proc-macro2] version = "1.0.47" features = [ "span-locations", "span-locations", ] [features] colors = ["proc-macro2-diagnostics/colors"] default = ["colors"] rawtext-stable-hack = ["rawtext-stable-hack-module"] rawtext-stable-hack-module = []