yaml_lib 0.2.0

YAML library implementation.
Documentation
[package]

name = "yaml_lib"

version = "0.2.0"

edition = "2024"

description = "YAML library implementation."

repository = "https://github.com/clockworkengineer/yaml"

license = "MIT"



[features]

default = ["std", "alloc", "stringify", "format-converters", "file-io"]

std = ["alloc"]

alloc = []

embedded = []

parse-only = []

stringify = ["alloc"]

format-converters = ["stringify"]

file-io = ["std"]

debug-trace = []

debug-anchors = []



[dependencies]

base64 = "0.22.1"

log = "0.4.28"

rand = { version = "0.10.0", optional = true }

regex = "1.12.2"



[dev-dependencies]

rand = "0.10.0"