# 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 = "xso_proc" version = "0.1.0" authors = ["Jonas Schäfer "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Macro implementation of #[derive(FromXml, AsXml)]" homepage = "https://xmpp.rs" readme = "README.md" keywords = [ "xso", "derive", "serialization", ] license = "MPL-2.0" repository = "https://gitlab.com/xmpp-rs/xmpp-rs" [lib] name = "xso_proc" path = "src/lib.rs" proc-macro = true [dependencies.proc-macro2] version = "^1" [dependencies.quote] version = "^1" [dependencies.rxml_validation] version = "0.11" features = ["std"] default-features = false [dependencies.syn] version = "^2" features = [ "full", "extra-traits", ] [features] minidom = [] panicking-into-impl = ["minidom"]