lzf-sys 0.1.1

FFI bindings for lzf
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 = "2018"
name = "lzf-sys"
version = "0.1.1"
authors = ["Magnus Ulimoen <magnus@ulimoen.dev>"]
build = "build.rs"
links = "lzf"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FFI bindings for lzf"
documentation = "https://docs.rs/lzf-sys"
readme = "README.md"
keywords = [
    "compression",
    "lzf",
]
categories = [
    "compression",
    "external-ffi-bindings",
]
license = "MIT AND BSD-2-Clause"
repository = "https://github.com/mulimoen/lzf-sys"

[features]
default = ["static"]
paranoid = ["bindgen"]
static = ["cc"]

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

[dependencies]

[build-dependencies.bindgen]
version = "0.72.1"
optional = true

[build-dependencies.cc]
version = "1.0.66"
optional = true