[package]
edition = "2024"
name = "flatline-umac"
version = "0.1.0"
authors = ["holdxen"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings for UMAC (Universal Message Authentication Code)"
readme = "README.md"
keywords = [
"umac",
"mac",
"cryptography",
"authentication",
"ffi",
]
categories = [
"cryptography",
"api-bindings",
]
license = "MIT"
repository = "https://github.com/holdxen/flatline-umac"
[lib]
name = "flatline_umac"
path = "src/lib.rs"
[dependencies]
[build-dependencies.bindgen]
version = "0.72.1"
[build-dependencies.cc]
version = "1.2.65"