[build-dependencies.bindgen]
optional = true
version = "0.65.1"
[features]
bindgen = ["dep:bindgen"]
default = ["shared-object"]
shared-object = []
[lib]
name = "cbqn_sys"
path = "src/lib.rs"
[package]
authors = ["Antti Keränen <detegr@rbx.email>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
categories = ["external-ffi-bindings", "compilers"]
description = "FFI bindings to CBQN"
documentation = "https://detegr.github.io/cbqn-sys/cbqn_sys"
edition = "2021"
homepage = "https://github.com/Detegr/cbqn-sys"
keywords = ["BQN", "APL", "array"]
license = "GPL-3.0-only"
links = "cbqn"
name = "cbqn-sys"
readme = "README.md"
repository = "https://github.com/Detegr/cbqn-sys.git"
version = "0.8.0"