[package] name = "xdelta3" version = "0.1.5" authors = ["liushuyu ", "Kay Lin "] edition = "2018" license = "Apache-2.0" description = "Rust binding for xdelta3" keywords = ["xdelta", "patch", "vcdiff"] repository = "https://github.com/liushuyu/xdelta3-rs" exclude = [ "xdelta3/xdelta3/py-compile" ] [badges] maintenance = { status = "experimental" } [dependencies] libc = "0.2" [build-dependencies] cc = "1.0" rand = "0.6" bindgen = "0.52"