[package] name = "tomlconv" version = "0.1.2" authors = ["Takeru Ohta "] description = "This crate provides convenient traits and functions for converting between TOML and serializable values" documentation = "https://docs.rs/tomlconv" homepage = "https://github.com/sile/tomlconv" repository = "https://github.com/sile/tomlconv" readme = "README.md" keywords = ["toml"] license = "MIT" [badges] travis-ci = {repository = "sile/tomlconv"} [dependencies] serde = "1" toml = "0.4" trackable = "0.1" [dev-dependencies] serde_derive = "1"