basic-toml 0.1.9

Minimal TOML library with few dependencies
Documentation
[dependencies.serde]
version = "1.0.194"
[dev-dependencies.semver]
features = ["serde"]
version = "1.0.17"

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

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

[dev-dependencies.serde_json]
version = "1.0.99"

[lib]
doc-scrape-examples = false

[package]
authors = ["Alex Crichton <alex@alexcrichton.com>", "David Tolnay <dtolnay@gmail.com>"]
categories = ["config", "encoding", "parser-implementations"]
description = "Minimal TOML library with few dependencies"
documentation = "https://docs.rs/basic-toml"
edition = "2021"
keywords = ["toml", "serde"]
license = "MIT OR Apache-2.0"
name = "basic-toml"
readme = "README.md"
repository = "https://github.com/dtolnay/basic-toml"
version = "0.1.9"
[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]
targets = ["x86_64-unknown-linux-gnu"]