[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"]