Current section
Files
Jump to
Current section
Files
native/postal_nif/Cargo.toml
[package]
name = "postal_nif"
version = "0.1.0"
edition = "2021"
[lib]
name = "postal_nif"
path = "src/lib.rs"
crate-type = ["cdylib"]
[features]
default = ["nif_version_2_15"]
nif_version_2_15 = ["rustler/nif_version_2_15"]
nif_version_2_16 = ["rustler/nif_version_2_16"]
nif_version_2_17 = ["rustler/nif_version_2_17"]
[dependencies]
postal = "0.2"
rustler = "0.37"