[dependencies.libc]
default-features = false
optional = true
version = "0.2.166"
[dependencies.seasick-macros]
optional = true
version = "0.3.0"
[dev-dependencies.bindgen]
version = "0.71.1"
[dev-dependencies.expect-test]
version = "1.5.1"
[features]
alloc = []
default = ["std", "libc", "macros"]
libc = ["dep:libc"]
macros = ["dep:seasick-macros"]
std = ["alloc", "libc?/std"]
[lib]
name = "seasick"
path = "src/lib.rs"
[package]
authors = ["Aatif Syed <0xaatif@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns", "no-std::no-alloc", "external-ffi-bindings", "embedded", "development-tools::ffi"]
description = "Tools for implementing and transcribing C APIs."
documentation = "https://docs.rs/seasick"
edition = "2024"
homepage = "https://crates.io/crates/seasick"
keywords = ["ffi", "nul", "c_str", "transparent"]
license = "Apache-2.0 OR MIT"
name = "seasick"
readme = "README.md"
repository = "https://github.com/aatifsyed/seasick"
version = "0.4.4"