lzo-sys 1.1.0

Raw bindings to the LZO compression library
Documentation
# 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 = "2024"
rust-version = "1.85.1"
name = "lzo-sys"
version = "1.1.0"
authors = ["Justin de Ruiter <justinderuiter@ziggo.nl>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw bindings to the LZO compression library"
readme = "README.md"
keywords = ["lzo"]
categories = [
    "compression",
    "external-ffi-bindings",
]
license = "GPL-2.0"
repository = "https://github.com/jussyDr/lzo-sys"

[lib]
name = "lzo_sys"
path = "src/lib.rs"

[build-dependencies.cmake]
version = "0.1.57"