[dependencies.brotli]
version = "8.0.2"
[dependencies.bzip2]
features = ["static"]
version = "0.6.1"
[dev-dependencies.smallvec]
features = ["write"]
version = "1.15.0"
[lib]
name = "bsdiff_android"
path = "src/lib.rs"
[package]
authors = ["pieterjan.briers@gmail.com", "Kornel <kornel@geekhood.net>", "rhythmcache"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["compression"]
description = "BSDIFF / BSDF2 implementation compatible with Android OTA payloads"
edition = "2021"
homepage = "https://github.com/rhythmcache/bsdiff-android"
include = ["src/*.rs", "LICENSE", "README.md", "Cargo.toml"]
keywords = ["bspatch", "patch", "diff", "delta", "binary"]
license = "BSD-2-Clause"
name = "bsdiff-android"
readme = "README.md"
repository = "https://github.com/rhythmcache/bsdiff-android"
rust-version = "1.59"
version = "0.0.2"