[package] name = "ranluxpp-rs" version = "0.3.1" edition = "2021" license = "LGPL-3.0-or-later" keywords = ["ffi", "random", "ranluxpp", "ranlux++", "ranlux"] authors = ["oligami "] repository = "https://github.com/oligamiq/ranluxpp-rs" description = "Ranlux++ FFI bindings for Rust" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [build-dependencies] # bindgen = "0.69" cc = "1.0"