[package] name = "yaml-split" description = "provides an iterator over individual YAML documents in a YAML file or stream" version = "0.4.0" authors = ["Nathan Essex "] edition = "2018" license = "Apache-2.0 OR MIT" repository = "https://github.com/Nessex/yaml2json-rs" homepage = "https://github.com/Nessex/yaml2json-rs/blob/master/crates/yaml-split" categories = ["encoding"] keywords = ["yaml"] documentation = "https://docs.rs/yaml-split/" [dependencies] thiserror = "1.0.35"