ucl-sys 0.1.1

UCL bindings for rust
[package]
name = "ucl-sys"
version = "0.1.1"
authors = ["Tommy Lau <tommy.lhg@gmail.com>"]
edition = "2021"
description = "UCL bindings for rust"
documentation = "https://github.com/TommyLau/ucl-sys"
readme = "README.md"
homepage = "https://github.com/TommyLau/ucl-sys"
repository = "https://github.com/TommyLau/ucl-sys"
license = "GPL-2.0-or-later"
keywords = ["ucl", "libucl", "nrv", "compress", "decompress"]
categories = ["api-bindings", "compression", "external-ffi-bindings"]
build = "build.rs"
links = "ucl"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

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

[build-dependencies]
bindgen = "0.59.2"