basic-toml 0.1.10

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"

[[example]]
name = "decode"
path = "examples/decode.rs"

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

[package]
authors = ["Alex Crichton <alex@alexcrichton.com>", "David Tolnay <dtolnay@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
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.10"

[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition", "--extern-html-root-url=core=https://doc.rust-lang.org", "--extern-html-root-url=alloc=https://doc.rust-lang.org", "--extern-html-root-url=std=https://doc.rust-lang.org"]
targets = ["x86_64-unknown-linux-gnu"]

[[test]]
name = "datetime"
path = "tests/datetime.rs"

[[test]]
name = "de-errors"
path = "tests/de-errors.rs"

[[test]]
name = "display-tricky"
path = "tests/display-tricky.rs"

[[test]]
name = "enum_external_deserialize"
path = "tests/enum_external_deserialize.rs"

[[test]]
name = "float"
path = "tests/float.rs"

[[test]]
name = "formatting"
path = "tests/formatting.rs"

[[test]]
name = "invalid"
path = "tests/invalid.rs"

[[test]]
name = "invalid-misc"
path = "tests/invalid-misc.rs"

[[test]]
name = "parser"
path = "tests/parser.rs"

[[test]]
name = "tokens"
path = "tests/tokens.rs"

[[test]]
name = "valid"
path = "tests/valid.rs"