[package] name = "bsdump" version = "0.1.0" edition = "2018" description = "A tool to dump content of a bsdiff patch" license-file = "LICENSE" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] binread = "2.1.0" brotli = "3.3.0" bzip2 = "0.4.2" memmap = "0.7.0"