# 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 = "simple_pdf_generator_derive" version = "0.2.1" authors = ["Massimiliano Montagni "] description = "Macros for simple_pdf_generator" homepage = "https://github.com/Massimiliano-solutiontech/simple_pdf_generator" documentation = "https://github.com/Massimiliano-solutiontech/simple_pdf_generator/blob/main/README.md" readme = "README.md" keywords = [ "PDF", "HTML", "Chromium", "headless", "rendering", ] categories = [ "template-engine", "rendering", "visualization", "graphics", ] license = "MIT" repository = "https://github.com/Massimiliano-solutiontech/simple_pdf_generator" [lib] name = "simple_pdf_generator_derive" proc-macro = true [dependencies.proc-macro2] version = "1.0.66" [dependencies.quote] version = "1.0.33" [dependencies.serde] version = "1.0.188" [dependencies.serde_json] version = "1.0.105" [dependencies.syn] version = "2.0.31" features = ["full"]