# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "lz4-java-wrc" version = "0.2.0" authors = [ "lordpipe ", "Alexandre Blazart ", ] description = """ A fork of `lz4jb` to ensure it gives back access to the underlying writer (wrc = \"write continue\") `lz4jb` is a Rust implementation of the LZ4BlockOutputStream format from https://github.com/lz4/lz4-java. This is not compatible with the standard LZ4 Block format, and is useful for reading Minecraft region files. """ homepage = "https://github.com/lordofpipes/lz4-java-wrc" readme = "README.md" keywords = ["lz4"] categories = ["compression"] license = "MIT" repository = "https://github.com/lordofpipes/lz4-java-wrc" [dependencies.libc] version = "0.2" optional = true [dependencies.lz4-sys] version = "1.9" optional = true [dependencies.lz4_flex] version = "0.11" features = [ "std", "safe-encode", "safe-decode", ] optional = true default-features = false [dependencies.twox-hash] version = "1.6" default-features = false [features] default = ["use_lz4_flex"] use_lz4-sys = [ "lz4-sys", "libc", ] use_lz4_flex = ["lz4_flex"]