[package]
edition = "2024"
name = "marsupial-sys"
version = "0.2.0"
authors = [
"Jack O'Connor <oconnor663@gmail.com>",
"superwhiskers <whiskerdev@protonmail.com>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ffi crate for the xkcp/k12 implementation of the kangarootwelve hash function"
readme = "readme.md"
keywords = [
"kangarootwelve",
"k12",
]
license-file = "license.txt"
repository = "https://github.com/superwhiskers/marsupial"
[lib]
name = "marsupial_sys"
path = "src/lib.rs"
[build-dependencies.bindgen]
version = "0.71"
[build-dependencies.cc]
version = "1"
[build-dependencies.doxygen-rs]
version = "0.4"