serde_any 0.5.0

Dynamic serialization and deserialization with the format chosen at runtime
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "serde_any"
version = "0.5.0"
authors = ["Miha Čančula <miha@noughmad.eu>"]
description = "Dynamic serialization and deserialization with the format chosen at runtime"
readme = "README.md"
keywords = ["serde", "serialization", "json", "toml", "yaml"]
categories = ["encoding"]
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/Noughmad/serde_any"
[dependencies.failure]
version = "0.1.1"

[dependencies.ron]
version = "0.3"
optional = true

[dependencies.serde]
version = "1"

[dependencies.serde-xml-any]
version = "0.0.3"
optional = true

[dependencies.serde_json]
version = "1"
optional = true

[dependencies.serde_urlencoded]
version = "0.5.2"
optional = true

[dependencies.serde_yaml]
version = "0.7"
optional = true

[dependencies.toml]
version = "0.4"
optional = true
[dev-dependencies.matches]
version = "0.1"

[dev-dependencies.serde-value]
version = "0.5"

[dev-dependencies.serde_derive]
version = "1"

[dev-dependencies.structopt]
version = "0.2"

[dev-dependencies.version-sync]
version = "0.5.0"

[features]
default = ["toml", "json", "yaml", "ron", "xml", "url"]
json = ["serde_json"]
url = ["serde_urlencoded"]
xml = ["serde-xml-any"]
yaml = ["serde_yaml"]
[badges.appveyor]
repository = "Noughmad/serde_any"
service = "gitlab"

[badges.codecov]
repository = "Noughmad/serde_any"
service = "gitlab"

[badges.gitlab]
branch = "master"
repository = "Noughmad/serde_any"