[package]
edition = "2024"
name = "foxtk-sys"
version = "0.0.2"
authors = ["Artem V. Ageev <artem.v.ageev@gmail.com>"]
build = "build.rs"
exclude = ["use"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings for the FOX Toolkit"
readme = "README.md"
keywords = [
"FOX",
"foxtk",
]
categories = ["external-ffi-bindings"]
license = "LGPL-2.1-only"
repository = "https://github.com/theavege/foxtk-rs"
resolver = "2"
[lib]
name = "foxtk_sys"
path = "src/lib.rs"
[build-dependencies.bindgen]
version = "0.72"
[build-dependencies.cc]
version = "1.2"
features = ["parallel"]
[target.'cfg(target_os = "linux")'.build-dependencies.pkg-config]
version = "0.3"
[target.'cfg(target_os = "windows")'.build-dependencies.cmake]
version = "0.1"
[target.'cfg(target_os = "windows")'.build-dependencies.glob]
version = "0.3"
[target.'cfg(target_os = "windows")'.build-dependencies.reqwest]
version = "0.13"
features = [
"json",
"native-tls",
"blocking",
]
[target.'cfg(target_os = "windows")'.build-dependencies.zip-extract]
version = "0.4"