cogcore-sys 0.2.0

FFI bindings to cogcore (Cog WPE browser engine)
[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",
]
# Not `license.workspace`: `vendor/include/` redistributes Cog sources, which
# are MIT (see `vendor/include/LICENSE-COG`).
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"