# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "typed-html-macros" version = "0.2.2" authors = ["Bodil Stokke "] build = "build.rs" description = "Type checked JSX for Rust (proc_macro crate)" documentation = "http://docs.rs/typed-html/" readme = "../README.md" keywords = ["jsx", "html", "wasm"] categories = ["template-engine", "wasm", "web-programming"] license = "MPL-2.0+" repository = "https://github.com/bodil/typed-html" [lib] proc-macro = true [dependencies.ansi_term] version = "0.12.0" [dependencies.lalrpop-util] version = "0.17.0" [dependencies.proc-macro-hack] version = "0.5.2" [dependencies.proc-macro2] version = "1.0.4" features = ["nightly"] [dependencies.quote] version = "1.0.2" [build-dependencies.lalrpop] version = "0.17.0" [build-dependencies.version_check] version = "0.9.1" [features] dodrio = []