1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2018" 14name = "serde-xml-rs" 15version = "0.5.1" 16authors = ["Ingvar Stepanyan <me@rreverser.com>"] 17description = "xml-rs based deserializer for Serde (compatible with 0.9+)" 18license = "MIT" 19repository = "https://github.com/RReverser/serde-xml-rs" 20[dependencies.log] 21version = "0.4" 22 23[dependencies.serde] 24version = "1.0" 25 26[dependencies.thiserror] 27version = "1.0" 28 29[dependencies.xml-rs] 30version = "0.8" 31[dev-dependencies.docmatic] 32version = "0.1" 33 34[dev-dependencies.serde_derive] 35version = "1.0" 36 37[dev-dependencies.simple_logger] 38version = "1.0" 39