# 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 = "ex_em_ell_derive" version = "0.3.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Provide macros for serializing and deserializing XML (derive sub-crate)" homepage = "https://github.com/amy-keibler/ex_em_ell" readme = "README.md" keywords = ["xml"] license = "MIT OR Apache-2.0" repository = "https://github.com/amy-keibler/ex_em_ell" [package.metadata.cyclonedx] format = "json" included_dependencies = "all" [package.metadata.cyclonedx.output_options] cdx = true pattern = "package" [lib] name = "ex_em_ell_derive" path = "src/lib.rs" proc-macro = true [dependencies.darling] version = "0.20.10" [dependencies.heck] version = "0.5.0" [dependencies.itertools] version = "0.13.0" [dependencies.proc-macro-error] version = "1.0.4" [dependencies.proc-macro2] version = "1.0.86" [dependencies.quote] version = "1.0.37" [dependencies.syn] version = "2.0.79" features = [ "full", "extra-traits", ]