# 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 = "2018" name = "lz4" version = "1.28.0" authors = [ "Jens Heyens ", "Artem V. Navrotskiy ", "Patrick Marks ", ] description = "Rust LZ4 bindings library." documentation = "https://docs.rs/lz4" readme = "README.md" license = "MIT" repository = "https://github.com/10xGenomics/lz4-rs" [[bin]] name = "lz4" test = false doc = false [dependencies.lz4-sys] version = "1.11.1+lz4-1.10.0" [dev-dependencies.rand] version = ">=0.7, <=0.8"