[package] name = "macarunes" version = "0.8.0" authors = ["Robert Escriva "] edition = "2021" description = "Macarunes provides an implementation of macaroons." license = "Apache-2.0" repository = "https://github.com/rescrv/blue" [dependencies] libsodium-sys-stable = "1.19" biometrics = { path = "../biometrics", version = "0.10" } buffertk = { path = "../buffertk", version = "0.11" } prototk = { path = "../prototk", version = "0.11" } prototk_derive = { path = "../prototk_derive", version = "0.11" }