Cargo Features
giga-segy-core has no features set by default.
[dependencies]
giga-segy-core = { version = "0.4.0", features = ["serde", "to_json", "gen_cbindings"] }
- serde to_json?
-
Enables serde
- to_json = serde, serde_json
- gen_cbindings = cbindgen
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.
- serde_json to_json?
- cbindgen build gen_cbindings?
-
Enables cbindgen ^0.26