cdumay_error_yaml 0.1.8

A Rust Library for YAML error
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 = "cdumay_error_yaml"
version = "0.1.8"
authors = ["Cédric Dumay <cedric.dumay@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust Library for YAML error"
homepage = "https://github.com/cdumay/cdumay_error_yaml"
documentation = "https://docs.rs/cdumay_error_yaml"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/cdumay/cdumay_error_yaml"

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

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

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

[dependencies.cdumay_core]
version = "0.1"

[dependencies.serde-value]
version = "0.7"

[dependencies.serde_yaml]
version = "0.9"

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