ceremonyclient/crates/ferret/Cargo.toml
Cassandra Heart e51992f3e8
OT
2025-03-23 21:11:16 -05:00

24 lines
456 B
TOML

[package]
name = "ferret"
version = "0.1.0"
authors = ["Cassandra Heart"]
edition = "2018"
description = "FERRET is an oblivious transfer library"
license = "AGPL"
[lib]
crate-type = ["lib", "staticlib"]
name = "ferret"
[dependencies]
libc = "0.2"
uniffi = { version= "0.25", features = ["cli"]}
hex = "0.4.3"
rand = "0.9.0"
rand_chacha = "0.9.0"
[build-dependencies]
uniffi = { version = "0.25", features = [ "build" ] }
bindgen = "0.63.0"
cc = "1.0"