qbsdiff 1.0.0

Fast and memory saving bsdiff 4.x compatible delta compressor and patcher.
Documentation
[[bin]]
name = "qbsdiff"
path = "cmd/qbsdiff.rs"
required-features = ["cmd"]

[[bin]]
name = "qbspatch"
path = "cmd/qbspatch.rs"
required-features = ["cmd"]

[[test]]
name = "sample_compat"
path = "tests/sample_compat.rs"

[[test]]
name = "random_compat"
path = "tests/random_compat.rs"
[dependencies.byteorder]
version = "1.3"

[dependencies.bzip2]
version = "0.3"

[dependencies.clap]
optional = true
version = "2.33"

[dependencies.suffix_array]
default-features = false
features = ["parallel"]
version = "0.4"
[dev-dependencies.chrono]
version = "0.4"

[dev-dependencies.globwalk]
version = "0.7"

[dev-dependencies.rand]
version = "0.7"

[dev-dependencies.subprocess]
version = "0.1"

[features]
cmd = ["clap"]
default = []

[package]
authors = ["hucsmn <hucsmn@hotmail.com>"]
description = "Fast and memory saving bsdiff 4.x compatible delta compressor and patcher."
edition = "2018"
homepage = "https://github.com/hucsmn/qbsdiff"
keywords = ["bsdiff", "delta"]
license = "MIT"
name = "qbsdiff"
readme = "README.md"
repository = "https://github.com/hucsmn/qbsdiff"
version = "1.0.0"