saneyaml 0.3.0

Pure-Rust YAML parser, emitter, and Serde compatibility layer for developer configuration files.
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.88"
name = "saneyaml"
version = "0.3.0"
build = false
include = [
    "/Cargo.lock",
    "/Cargo.toml",
    "/README.md",
    "/docs/assets/saneyaml-overview.png",
    "/docs/assets/saneyaml-overview.md",
    "/docs/ARCHITECTURE.md",
    "/LICENSE.md",
    "/docs/BENCHMARKS.md",
    "/CHANGELOG.md",
    "/docs/COMPATIBILITY.md",
    "/CONTRIBUTING.md",
    "/docs/MIGRATION.md",
    "/docs/PUBLIC_API.txt",
    "/SECURITY.md",
    "/examples/config_refactor.rs",
    "/examples/serde_yaml_migration.rs",
    "/src/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure-Rust YAML parser, emitter, and Serde compatibility layer for developer configuration files."
readme = "README.md"
keywords = [
    "yaml",
    "serde",
    "parser",
    "configuration",
]
categories = [
    "config",
    "encoding",
    "parser-implementations",
]
license = "MIT"
repository = "https://github.com/jskoiz/saneyaml"

[package.metadata.docs.rs]
all-features = true

[features]
default = ["lossless"]
lossless = []

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

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

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

[dependencies.ryu]
version = "1.0"

[dependencies.serde]
version = "1.0"

[dev-dependencies.dhat]
version = "0.3.3"

[dev-dependencies.proptest]
version = "1.6"

[dev-dependencies.saphyr]
version = "0.0.6"

[dev-dependencies.saphyr-parser]
version = "0.0.6"

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

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.serde_yaml]
version = "0.9.34"

[dev-dependencies.sha2]
version = "0.10"

[dev-dependencies.toml]
version = "0.8"

[dev-dependencies.yaml-rust2]
version = "0.11.0"

[lints.clippy]
all = "warn"

[lints.rust]
unsafe_code = "forbid"