version = 3
[[package]]
name = "diff"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
[[package]]
name = "lazy_static"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
[[package]]
name = "pretty_assertions"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66"
dependencies = [
"diff",
"yansi",
]
[[package]]
name = "quake_infostring"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "989c3dd88874236d83f6d69bc1f9fb064f7afa13ce964f4fa948a3df9a438665"
[[package]]
name = "quake_serverinfo"
version = "0.5.0"
dependencies = [
"pretty_assertions",
"quake_infostring",
"quake_text",
]
[[package]]
name = "quake_text"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "550fcffc2c30084836652c7662dd3c6e5e4ed7b6d24acba5cb1518a6accbc5e4"
dependencies = [
"lazy_static",
]
[[package]]
name = "yansi"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"