[package] name = "v8unpack4rs" description = "Unpack, pack, deflate and inflate 1C v8 file (*.cf)" authors = ["Andreev Alexander "] version = "0.3.0" homepage = "https://github.com/andreevlex/v8unpack-rs" repository = "https://github.com/andreevlex/v8unpack-rs" keywords = ["parser", "binary", "1cd"] readme = "README.md" license = "MIT" edition = "2018" [dependencies] deflate = "0.7.19" inflate = "0.4.4" byteorder = "1.2.7" encoding = "0.2.33" log = "0.4" [dev-dependencies] tempdir = "0.3.7" [lib] crate_type = ["rlib", "cdylib"]