Packages

An Elixir binding for sled, the champagne of beta embedded databases.

Current section

Files

Jump to
sled native sled_nif Cargo.toml
Raw

native/sled_nif/Cargo.toml

[package]
name = "sled_nif"
version = "0.1.0-alpha.2"
authors = ["Eric Entin <eric@ericent.in>"]
edition = "2018"
[features]
io_uring = ["sled/io_uring"]
[lib]
name = "sled_nif"
path = "src/lib.rs"
crate-type = ["dylib"]
[dependencies]
rustler = "^0.22.0-rc"
lazy_static = "^1"
sled = "^0.32"