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