[package] name = "yaml-rust" version = "0.4.0" authors = ["Yuheng Chen "] homepage = "http://chyh1990.github.io/yaml-rust/" documentation = "https://docs.rs/crate/yaml-rust/" license = "MIT/Apache-2.0" description = "The missing YAML 1.2 parser for rust" repository = "https://github.com/chyh1990/yaml-rust" # publish = false # this branch contains breaking changes [dependencies] linked-hash-map = ">=0.0.9, <0.6" [dev-dependencies] quickcheck = "0.6"