cogcore-sys 0.2.0

FFI bindings to cogcore (Cog WPE browser engine)
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"