# 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" rust-version = "1.78.0" name = "raxb-derive" version = "0.4.4" authors = ["H & D GmbH Open Source "] description = """ The Rust Architecture for XML Binding """ readme = "README.md" keywords = [] categories = [] license = "MIT" repository = "https://github.com/hd-gmbh-dev/raxb" [lib] proc-macro = true [dependencies.darling] version = "0.20" [dependencies.heck] version = "0.5" [dependencies.proc-macro2] version = "1.0" [dependencies.quick-xml] version = "0.36.1" features = [ "serialize", "encoding", ] [dependencies.quote] version = "1.0" [dependencies.strum] version = "0.26" features = ["derive"] [dependencies.syn] version = "2" features = [ "full", "extra-traits", "visit", "visit-mut", ]