[package] name = "sodium-alloc" version = "0.1.1" # remember to update html_root_url authors = ["tom25519 "] edition = "2018" description = "Allocator type that allocates memory using Sodium's secure memory utilities" repository = "https://github.com/tom25519/sodium-alloc" license = "MIT OR Apache-2.0" keywords = ["allocator", "alloc", "libsodium", "memory", "sodium"] categories = ["api-bindings", "memory-management"] [dependencies] libsodium-sys-stable = "1.19.19"