boml 1.0.2

A dead-simple, efficient, dependency-free TOML parser for Rust.
Documentation
[dependencies.chrono]
default-features = false
features = []
optional = true
version = "0.4"

[dev-dependencies.chrono]
version = "0.4"

[dev-dependencies.json]
version = "0.12"

[dev-dependencies.ureq]
default-features = false
features = ["rustls"]
version = "3.0"

[features]
chrono = ["dep:chrono"]
default = []

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

[package]
authors = ["BrightShard <brightshard@brightshard.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A dead-simple, efficient, dependency-free TOML parser for Rust."
documentation = "https://docs.rs/boml"
edition = "2021"
keywords = ["toml", "parser"]
license = "MIT OR Apache-2.0"
name = "boml"
readme = "README.md"
repository = "https://github.com/bright-shard/boml"
rust-version = "1.78.0"
version = "1.0.2"

[package.metadata.docs.rs]
feature = ["chrono"]

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

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

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

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