cargo_toml 0.4.0

`Cargo.toml` struct definitions for parsing with Serde
Documentation
[dependencies.serde]
version = "1.0.50"

[dependencies.serde_derive]
version = "1.0.50"

[dependencies.toml]
version = "0.4.6"

[lib]
name = "cargo_toml"
path = "src/cargo_toml.rs"

[package]
authors = ["Kornel <kornel@geekhood.net>"]
categories = ["rust-patterns", "parser-implementations"]
description = "`Cargo.toml` struct definitions for parsing with Serde"
documentation = "https://docs.rs/cargo_toml"
edition = "2018"
homepage = "https://gitlab.com/crates.rs/cargo_toml"
keywords = ["cargo", "metadata", "struct", "toml", "serde"]
license = "Apache-2.0 OR MIT"
name = "cargo_toml"
repository = "https://gitlab.com/crates.rs/cargo_toml"
version = "0.4.0"