[dependencies.libc]
default-features = false
optional = true
version = "0.2.166"
[dependencies.seasick-macros]
optional = true
version = "0.1.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 = "FFI-safe nul-terminated strings with ownership semantics"
documentation = "https://docs.rs/seasick"
edition = "2021"
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.3.2"