# 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 = "xavier-derive" version = "0.1.3" authors = ["Thiago Medeiros dos Santos "] description = "Derive module of Xavier. Xavier is a lightweight and versatile XML parsing library designed to streamline the process of handling XML data with ease and efficiency." homepage = "https://github.com/thiago-santos-it/xavier-xml" documentation = "https://github.com/thiago-santos-it/xavier-xml/blob/main/crates-io.md" readme = "README.md" keywords = [ "xavier", "xml", ] license-file = "LICENSE" repository = "https://github.com/thiago-santos-it/xavier-xml" [lib] proc-macro = true [dependencies.convert_case] version = "0.6.0" [dependencies.proc-macro2] version = "1.0.79" [dependencies.quote] version = "1.0.35" [dependencies.syn] version = "2.0.53"