# 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 = "minilz4" version = "0.6.1" authors = ["Christian Sdunek "] build = "build.rs" links = "lz4" include = [ "Cargo.toml", "src/**/*", "liblz4/lib/**/*", "liblz4/LICENSE,", "build.rs", "tests/**/*", "LICENSE", ] description = "Minimal interface for the LZ4 compression library frame format" readme = "README.md" categories = [ "compression", "development-tools::build-utils", ] license = "BSD-2-Clause" repository = "https://github.com/Systemcluster/minilz4" [lib] name = "minilz4" path = "src/lib.rs" [dependencies.libc] version = "^0.2" [build-dependencies.cc] version = "^1"