toml-spanner 0.4.0

High Performance Toml parser and deserializer that preserves span information with fast compile times.
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 = "2024"
rust-version = "1.90"
name = "toml-spanner"
version = "0.4.0"
authors = [
    "Thomas Dagenais <exrok@i64.dev>",
    "Embark <opensource@embark-studios.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High Performance Toml parser and deserializer that preserves span information with fast compile times."
homepage = "https://github.com/exrok/toml-spanner"
documentation = "https://docs.rs/toml-spanner"
readme = "README.md"
categories = [
    "parser-implementations",
    "config",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/exrok/toml-spanner"

[features]
default = ["deserialization"]
deserialization = []
reporting = ["dep:codespan-reporting"]
serde = ["dep:serde"]

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

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

[dependencies.codespan-reporting]
version = "0.13"
optional = true

[dependencies.foldhash]
version = "0.2.0"

[dependencies.serde]
version = "1.0"
optional = true

[dev-dependencies.oorandom]
version = "11"

[profile.dev-fast]
opt-level = 3
debug-assertions = true
inherits = "dev"