prtgn_encoding 0.3.0

Encoding and decoding for the PRTGN file format
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "lz4_flex"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db9a0d582c2874f68138a16ce1867e0ffde6c0bb0a0df85e1f36d04146db488a"
dependencies = [
 "twox-hash",
]

[[package]]
name = "prtgn_encoding"
version = "0.3.0"
dependencies = [
 "lz4_flex",
]

[[package]]
name = "twox-hash"
version = "2.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ea3136b675547379c4bd395ca6b938e5ad3c3d20fad76e7fe85f9e0d011419c"