# 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 = "2018" name = "syn-rsx" version = "0.9.0" authors = ["stoically "] description = "syn-powered parser for JSX-like TokenStreams" readme = "README.md" keywords = [ "syn", "jsx", "rsx", "html", "macro", ] license = "MIT" repository = "https://github.com/stoically/syn-rsx" [lib] bench = false [[bench]] name = "bench" harness = false [dependencies.proc-macro2] version = "1.0.47" [dependencies.quote] version = "1.0.21" [dependencies.syn] version = "1.0.102" features = [ "full", "parsing", "extra-traits", ] [dependencies.thiserror] version = "1.0.37" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.eyre] version = "0.6.8"