# 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 = "tiny-lz4-decoder-sys" version = "1.0.1" authors = ["Onur Ozkan "] description = "zero dependency, tiny lz4 decompression wrapper built for lodpm" homepage = "https://github.com/foss-lodpm/tiny-lz4-decoder" readme = "README.md" keywords = [ "decompression", "decoder", "ffi", "wrapper", "lz4", ] categories = [ "decompression", "decoder", "ffi", "wrapper", "lz4", ] license = "MIT" repository = "https://github.com/foss-lodpm/tiny-lz4-decoder" resolver = "1" [lib] doctest = false [dependencies.lz4-builder] version = "1.0.1"