[package]
edition = "2024"
rust-version = "1.87"
name = "cogcore-sys"
version = "0.2.0"
authors = ["Ethan Wu <7086cmd@gmail.com>"]
build = "build.rs"
links = "cogcore"
include = [
"Cargo.toml",
"LICENSE",
"README.md",
"build.rs",
"src/**/*",
"vendor/include/**/*",
"wrapper.h",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FFI bindings to cogcore (Cog WPE browser engine)"
homepage = "https://github.com/consortium-rs/consortium"
readme = "README.md"
keywords = [
"amp",
"embedded",
"heterogeneous",
"ipc",
"no-std",
]
categories = [
"embedded",
"hardware-support",
"no-std",
]
license = "Apache-2.0 AND MIT"
repository = "https://github.com/consortium-rs/consortium"
resolver = "2"
[lib]
name = "cogcore_sys"
path = "src/lib.rs"
[target.'cfg(target_os = "linux")'.dependencies.libc]
version = "0.2"
[target.'cfg(target_os = "linux")'.build-dependencies.bindgen]
version = "0.72"
[target.'cfg(target_os = "linux")'.build-dependencies.cc]
version = "1.1"
[target.'cfg(target_os = "linux")'.build-dependencies.pkg-config]
version = "0.3.33"