cargo_toml 0.11.6

`Cargo.toml` struct definitions for parsing with Serde
Documentation
[badges.maintenance]
status = "actively-developed"
[dependencies.serde]
version = "1.0.144"

[dependencies.serde_derive]
version = "1.0.144"

[dependencies.toml]
version = "0.5.9"

[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"
exclude = ["tests"]
homepage = "https://lib.rs/cargo_toml"
keywords = ["cargo", "metadata", "struct", "toml", "serde"]
license = "Apache-2.0 OR MIT"
name = "cargo_toml"
readme = "README.md"
repository = "https://gitlab.com/crates.rs/cargo_toml"
version = "0.11.6"
[package.metadata.release]
tag-prefix = ""