yaml-rt-core 0.2.1

Dependency-free YAML 1.2.2 lossless parser and editor core
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.96"
name = "yaml-rt-core"
version = "0.2.1"
authors = ["Hannes De Valkeneer <hannes@de-valkeneer.be>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dependency-free YAML 1.2.2 lossless parser and editor core"
documentation = "https://docs.rs/yaml-rt-core"
readme = "README.md"
keywords = [
    "yaml",
    "parser",
    "round-trip",
    "cst",
    "lossless",
]
categories = [
    "config",
    "parser-implementations",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/hdevalke/yaml-rt"

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

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

[dependencies]