1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "diff" 7version = "0.1.13" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" 10 11[[package]] 12name = "pretty_assertions" 13version = "1.4.0" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66" 16dependencies = [ 17 "diff", 18 "yansi", 19] 20 21[[package]] 22name = "unsafe-libyaml" 23version = "0.2.10" 24dependencies = [ 25 "pretty_assertions", 26] 27 28[[package]] 29name = "yansi" 30version = "0.5.1" 31source = "registry+https://github.com/rust-lang/crates.io-index" 32checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec" 33