Cargo Features

mantaray has no features set by default.

[dependencies]
mantaray = { version = "0.0.1", features = ["capi", "cbindgen"] }
capi = libc

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

cbindgen build implicit feature

Enables cbindgen ^0.26.0

cbindgen:

A tool for generating C bindings to Rust code

libc capi?