serini 0.3.0

A serde-based INI file parser for Rust
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"
name = "serini"
version = "0.3.0"
authors = ["peanutbother <peanutbother@proton.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A serde-based INI file parser for Rust"
homepage = "https://github.com/peanutbother/serini"
documentation = "https://docs.rs/serini"
readme = "Readme.md"
keywords = [
    "ini",
    "parser",
    "serde",
    "config",
    "serialization",
]
categories = [
    "config",
    "parser-implementations",
    "encoding",
]
license = "MIT"
repository = "https://github.com/peanutbother/serini"

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

[dependencies.serde_core]
version = "^1.0"

[dependencies.thiserror]
version = "^2.0"

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