Packages

Fast, safe, and ergonomic LMDB storage for Elixir, powered by Rust

Current section

Files

Jump to
lean_lmdb native lean_lmdb_nif Cargo.toml
Raw

native/lean_lmdb_nif/Cargo.toml

[package]
name = "lean_lmdb_nif"
version = "0.1.0"
edition = "2024"
rust-version = "1.91.0"
publish = false
[lib]
crate-type = ["cdylib"]
[features]
default = ["nif_version_2_16"]
nif_version_2_16 = ["rustler/nif_version_2_16"]
test-support = []
[dependencies]
heed = "=0.22.1"
page_size = "=0.6.0"
rustler = "=0.38.0"