[package]
description = "FFI bindings to cogcore (Cog WPE browser engine)"
edition.workspace = true
include = [
"Cargo.toml",
"LICENSE",
"README.md",
"build.rs",
"src/**/*",
"vendor/include/**/*",
"wrapper.h",
]
license = "Apache-2.0 AND MIT"
links = "cogcore"
name = "cogcore-sys"
version.workspace = true
authors.workspace = true
categories.workspace = true
homepage.workspace = true
keywords.workspace = true
readme = "README.md"
repository.workspace = true
rust-version.workspace = true
[target.'cfg(target_os = "linux")'.build-dependencies]
bindgen = "0.72"
cc = "1.1"
pkg-config = "0.3.33"
[target.'cfg(target_os = "linux")'.dependencies]
libc = "0.2"