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.6.0" 16authors = ["Ingvar Stepanyan <[email protected]>"] 17description = "xml-rs based deserializer for Serde (compatible with 0.9+)" 18readme = "README.md" 19license = "MIT" 20repository = "https://github.com/RReverser/serde-xml-rs" 21 22[dependencies.log] 23version = "0.4" 24 25[dependencies.serde] 26version = "1.0" 27 28[dependencies.thiserror] 29version = "1.0" 30 31[dependencies.xml-rs] 32version = "0.8" 33 34[dev-dependencies.docmatic] 35version = "0.1" 36 37[dev-dependencies.rstest] 38version = "0.12" 39 40[dev-dependencies.serde] 41version = "1.0" 42features = ["derive"] 43 44[dev-dependencies.simple_logger] 45version = "2.1" 46