# 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 = "2018" name = "yaserde" version = "0.12.0" authors = ["Marc-Antoine Arnaud "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Serialization and deserialization library" homepage = "https://github.com/media-io/yaserde" documentation = "https://docs.rs/yaserde" readme = "README.md" keywords = [ "Serialization", "Deserialization", "XML", ] license = "MIT" repository = "https://github.com/media-io/yaserde" [lib] name = "yaserde" path = "src/lib.rs" [[test]] name = "cdata" path = "tests/cdata.rs" [[test]] name = "default" path = "tests/default.rs" [[test]] name = "deserializer" path = "tests/deserializer.rs" [[test]] name = "enum" path = "tests/enum.rs" [[test]] name = "errors" path = "tests/errors.rs" [[test]] name = "flatten" path = "tests/flatten.rs" [[test]] name = "generic" path = "tests/generic.rs" [[test]] name = "namespace" path = "tests/namespace.rs" [[test]] name = "option" path = "tests/option.rs" [[test]] name = "serializer" path = "tests/serializer.rs" [[test]] name = "skip" path = "tests/skip.rs" [[test]] name = "skip_if" path = "tests/skip_if.rs" [[test]] name = "types" path = "tests/types.rs" [dependencies.log] version = "0.4" [dependencies.xml-rs] version = "0.8.3" [dependencies.yaserde_derive] version = "0.12.0" optional = true [dev-dependencies.env_logger] version = "0.11.0" [dev-dependencies.yaserde_derive] version = "0.12.0" [features] derive = ["yaserde_derive"] [badges.travis-ci] repository = "media-io/yaserde"