cargo_toml 0.2.0

`Cargo.toml` struct definitions for parsing with Serde
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

[lib]
name = "cargo_toml"
path = "src/cargo_toml.rs"
[dependencies.serde]
version = "1.0.50"

[dependencies.serde_derive]
version = "1.0.50"

[dependencies.toml]
version = "0.4.6"