v8unpack4rs 0.2.0

Unpack, pack, deflate and inflate 1C v8 file (*.cf)
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "v8unpack4rs"
version = "0.2.0"
authors = ["Andreev Alexander <andreevlex.as@gmail.com>"]
description = "Unpack, pack, deflate and inflate 1C v8 file (*.cf)"
homepage = "https://github.com/andreevlex/v8unpack-rs"
readme = "README.md"
keywords = ["parser", "binary", "1cd"]
license = "MIT"
repository = "https://github.com/andreevlex/v8unpack-rs"

[lib]
crate_type = ["rlib", "cdylib"]
[dependencies.byteorder]
version = "1.2.1"

[dependencies.deflate]
version = "0.7.17"

[dependencies.inflate]
version = "0.3.3"