Cargo Features

[dependencies]
marine-call-parameters = { version = "0.14.0", default-features = false, features = ["marine-abi", "rkyv"] }
default = marine-abi

The marine-abi feature is set by default whenever marine-call-parameters is added without default-features = false somewhere in the dependency tree.

marine-abi default

Enables marine-abi of marine-rs-sdk-main

marine-rs-sdk-main:

Enable #[marine] attributes and IT exports

Affects marine-call-parameters::get_call_parameters

Features from optional dependencies

rkyv implicit feature

Enables rkyv

rkyv:

Zero-copy deserialization framework for Rust