ceremonyclient/crates/ferret/Cargo.toml
Cassandra Heart dbd95bd9e9
v2.1.0 (#439)
* v2.1.0 [omit consensus and adjacent] - this commit will be amended with the full release after the file copy is complete

* 2.1.0 main node rollup
2025-09-30 02:48:15 -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"