libseat-sys 0.2.0

libseat bindings
Documentation
[build-dependencies.bindgen]
optional = true
version = "0.58.1"

[build-dependencies.pkg-config]
version = "0.3.19"

[features]
docs_rs = []
use_bindgen = ["bindgen"]

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

[package]
authors = ["Poly <marynczak.bartlomiej@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "libseat bindings"
documentation = "https://docs.rs/libseat-sys"
edition = "2018"
keywords = ["libseat"]
license = "MIT"
name = "libseat-sys"
readme = false
repository = "https://github.com/PolyMeilex/libseat-rs"
version = "0.2.0"

[package.metadata.docs.rs]
features = ["docs_rs"]
no-default-features = true