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