toml-example 0.16.4

A lib help generate toml example
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 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]
edition = "2021"
name = "toml-example"
version = "0.16.4"
authors = [
    "Antonio Yang <yanganto@gmail.com>",
    "faervan <faervan@proton.me>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lib help generate toml example"
readme = "README.md"
keywords = [
    "toml",
    "example",
    "document",
]
categories = [
    "parser-implementations",
    "parsing",
    "config",
]
license = "MIT"
repository = "https://github.com/yanganto/toml-example"

[features]
default = ["serde"]
serde = ["toml-example-derive/serde"]

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

[dependencies.toml-example-derive]
version = "=0.16.4"

[dev-dependencies.serde]
version = "1.0"
features = ["derive"]

[dev-dependencies.serde_derive]
version = "1.0"

[dev-dependencies.toml]
version = "0.9"