[build-dependencies.bindgen]
default-features = false
features = ["runtime"]
version = "0.71"
[build-dependencies.cc]
features = ["parallel"]
version = "1.2"
[dependencies.libc]
version = "0.2"
[features]
default = []
[lib]
name = "rsraw_sys"
path = "src/lib.rs"
[package]
authors = ["hexilee <i@hexilee.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["multimedia::images", "external-ffi-bindings"]
description = "Low-level FFI bindings for the LibRaw C++ library"
documentation = "https://docs.rs/rsraw-sys"
edition = "2021"
homepage = "https://github.com/hexilee/rsraw"
include = ["src/lib.rs", "src/bindings.rs", "LICENSE-*", "README.md", "LibRaw/libraw/*", "LibRaw/src/*", "LibRaw/internal/*", "LibRaw/COPYRIGHT", "LibRaw/LICENSE.*", "build.rs"]
keywords = ["raw", "image", "libraw", "ffi", "bindings"]
license = "MIT"
name = "rsraw-sys"
readme = "README.md"
repository = "https://github.com/hexilee/rsraw"
version = "0.1.0"