Current section
Files
Jump to
Current section
Files
native/ex_bech32/Cargo.toml
[package]
name = "ex_bech32"
version = "0.1.0"
authors = []
edition = "2018"
[lib]
name = "ex_bech32"
path = "src/lib.rs"
crate-type = ["cdylib"]
[dependencies]
rustler = "0.36"
bech32 = "0.11"
[features]
nif_version_2_15 = ["rustler/nif_version_2_15"]
nif_version_2_16 = ["rustler/nif_version_2_16"]