# 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 = "origami-macros" version = "0.1.0-alpha.9" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Macros for origami-engine" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/ratnaraj7/origami-engine" [lib] name = "origami_macros" path = "src/lib.rs" proc-macro = true [dependencies.html-escape] version = "0.2.13" optional = true [dependencies.indexmap] version = "2.4.0" [dependencies.minify-html] version = "0.15.0" optional = true [dependencies.proc-macro2] version = "1.0.86" [dependencies.quote] version = "1.0.36" [dependencies.rand] version = "0.8.5" [dependencies.syn] version = "2.0.72" features = [ "extra-traits", "full", ] [features] default = [ "html_escape", "minify_html", ] html_escape = ["dep:html-escape"] minify_html = ["dep:minify-html"]