[package]
name = "libyang4-sys"
version = "0.1.1"
authors = ["Renato Westphal <renato@opensourcerouting.org>"]
description = "Raw FFI bindings for libyang4"
keywords = ["yang", "libyang"]
edition = "2018"
license = "BSD-3-Clause"
documentation = "https://docs.rs/libyang4-sys"
categories = ["external-ffi-bindings"]
[dependencies]
[build-dependencies]
bindgen = { version = "0.72.0", optional = true }
cmake = { version = "0.1", optional = true }
pkg-config = "0.3.32"
[features]
default = []
bindgen = ["dep:bindgen"]
bundled = ["dep:cmake"]