ucl-sys 0.1.1

UCL bindings for rust
[build-dependencies.bindgen]
version = "0.59.2"

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

[package]
authors = ["Tommy Lau <tommy.lhg@gmail.com>"]
build = "build.rs"
categories = ["api-bindings", "compression", "external-ffi-bindings"]
description = "UCL bindings for rust"
documentation = "https://github.com/TommyLau/ucl-sys"
edition = "2021"
homepage = "https://github.com/TommyLau/ucl-sys"
keywords = ["ucl", "libucl", "nrv", "compress", "decompress"]
license = "GPL-2.0-or-later"
links = "ucl"
name = "ucl-sys"
readme = "README.md"
repository = "https://github.com/TommyLau/ucl-sys"
resolver = "2"
version = "0.1.1"