[package] name = "easy_yaml" version = "0.1.1" edition = "2021" categories = ["encoding", "parser-implementations"] authors = ["Kirill Leonov "] description = "Easy work with Yaml files" repository = "https://github.com/leonovk/easy_yaml" homepage = "https://github.com/leonovk/easy_yaml" license = "MIT OR Apache-2.0" include = [ "/LICENSE-APACHE", "/LICENSE-MIT", "/Cargo.toml", "/README.md", "/src/**" ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde_yml = "0.0.4"