[package]
name = "libyang2-sys"
version = "0.2.0"
authors = ["Renato Westphal <renato@opensourcerouting.org>"]
description = "Raw FFI bindings for libyang2"
keywords = ["yang", "libyang"]
edition = "2018"
license = "MIT"
documentation = "https://docs.rs/libyang2-sys"
categories = ["external-ffi-bindings"]
[dependencies]
[build-dependencies]
bindgen = { version = "0.55.0", optional = true }
cc = { version = "1.0", features = ["parallel"], optional = true }
cmake = { version = "0.1", optional = true }
[features]
default = []
use_bindgen = ["bindgen"]
bundled = ["cc", "cmake"]