[build-dependencies.bindgen]
version = "0.72"
[build-dependencies.regex]
version = "1"
[dependencies.cstr_core]
optional = true
version = "0.2"
[dependencies.libc]
default-features = false
optional = true
version = "0.2"
[dependencies.libm]
optional = true
version = "0.2"
[dependencies.paste]
version = "1"
[features]
default = []
no_std = ["cstr_core", "libc", "libm"]
[lib]
name = "classicube_sys"
path = "src/lib.rs"
[package]
authors = ["SpiralP <spiral.palmer@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Rust C bindings for ClassiCube."
documentation = "https://docs.rs/classicube-sys"
edition = "2024"
license = "MIT"
name = "classicube-sys"
readme = "README.md"
repository = "https://github.com/SpiralP/rust-classicube-sys"
version = "4.1.0"
[target.'cfg(target_os = "windows")'.build-dependencies.cc]
version = "1"
[target.'cfg(target_os = "windows")'.build-dependencies.fs_extra]
version = "1"