[dependencies.serde_yaml]
version = "0.9.34"
[lib]
name = "yaml_reader"
path = "src/lib.rs"
[package]
authors = ["theorydance <ranfusheng@dingtalk.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography"]
description = "yaml-reader是一个yaml读取工具,可以直接通过`x.y.z.w`方式读取yaml中的内容,不用逐层解析"
documentation = "https://crates.io/crates/yaml-reader"
edition = "2024"
keywords = ["yaml", "reader", "parser"]
license = "MIT"
license-file = "LICENSE"
name = "yaml-reader"
readme = "README.md"
repository = "https://gitee.com/ranfusheng/yaml-reader.git"
version = "1.0.1"