toml-spanner 0.2.0

High Performance Toml parser and deserializer that preserves span information with fast compile times.
# 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"
name = "toml-spanner"
version = "0.2.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"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

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

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

[dependencies.foldhash]
version = "0.2.0"

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

[profile.dev.package.insta]
opt-level = 3

[profile.dev.package.similar]
opt-level = 3