polyglot 0.2.1

A library for format-agnostic serialization
Documentation
[dependencies.rmp-serde]
optional = true
version = "0.14.3"

[dependencies.serde]
features = ["derive"]
version = "1.0.104"

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

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

[dependencies.toml]
optional = true
version = "0.5.6"

[features]
default = []
json_fmt = ["serde_json"]
msgpack_fmt = ["rmp-serde"]
toml_fmt = ["toml"]
yaml_fmt = ["serde_yaml"]

[package]
authors = ["William Dussault <dalloriam@gmail.com>"]
description = "A library for format-agnostic serialization"
edition = "2018"
license-file = "LICENSE"
name = "polyglot"
repository = "https://github.com/dalloriam/polyglot"
version = "0.2.1"