[package]
edition = "2021"
name = "icey-sys"
version = "0.1.1"
build = "build.rs"
links = "icey_pipeline_capi"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw Rust FFI bindings for icey."
homepage = "https://0state.com/icey"
documentation = "https://0state.com/icey/docs"
readme = "README.md"
keywords = [
"webrtc",
"rtsp",
"ffmpeg",
"streaming",
"media",
]
categories = [
"external-ffi-bindings",
"multimedia",
]
license = "LGPL-2.1-or-later"
repository = "https://github.com/nilstate/icey"
[lib]
name = "icey_sys"
path = "src/lib.rs"
[[test]]
name = "pipeline_api"
path = "tests/pipeline_api.rs"
[build-dependencies.bindgen]
version = "0.71"