[badges.travis-ci]
repository = "sile/serdeconv"
[dependencies.rmp-serde]
version = "1"
[dependencies.serde]
version = "1"
[dependencies.serde_json]
version = "1"
[dependencies.toml]
features = ["parse"]
version = "0.7"
[dependencies.trackable]
version = "1"
[dev-dependencies.serde_derive]
version = "1"
[package]
authors = ["Takeru Ohta <phjgt308@gmail.com>"]
description = "This crate provides convenient traits and functions for converting between TOML/JSON/MessagePack strings and serializable values."
documentation = "https://docs.rs/serdeconv"
homepage = "https://github.com/sile/serdeconv"
keywords = ["toml", "json", "messagepack"]
license = "MIT"
name = "serdeconv"
readme = "README.md"
repository = "https://github.com/sile/serdeconv"
version = "0.4.1"