Packages

Configuration options management powered by Rust NIFs. Merges feature-flagged JSON/YAML configs with deep-merge semantics.

Current section

Files

Jump to
optify native optify_nif Cargo.toml
Raw

native/optify_nif/Cargo.toml

[package]
name = "optify_nif"
version = "0.2.2"
edition = "2021"
[lib]
name = "optify_nif"
crate-type = ["cdylib"]
[dependencies]
# Can't put a relative path here because then others can't install the hex package.
# The workspace Cargo.toml patches this to the local crate during development.
optify = "1.3.2"
rustler = { version = "0.38.0", features = ["serde"] }
serde_json = "1.0.149"