X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=uniffi%2FCargo.toml;fp=uniffi%2FCargo.toml;h=8a223a8672de51875267ae49143f85165804bb1c;hb=3900c625b3624b300d64951a0597af9377331d4e;hp=0000000000000000000000000000000000000000;hpb=f4cae5ce5cfd6bb9214edc4f96d67c453a892292;p=dnssec-prover diff --git a/uniffi/Cargo.toml b/uniffi/Cargo.toml new file mode 100644 index 0000000..8a223a8 --- /dev/null +++ b/uniffi/Cargo.toml @@ -0,0 +1,23 @@ +[package] +name = "dnssec-prover-uniffi" +version = "0.1.0" +authors = ["Matt Corallo"] +license = "MIT OR Apache-2.0" +repository = "https://git.bitcoin.ninja/index.cgi?p=dnssec-prover" +description = "A simple crate which allows for the creation and validation of transferrable proofs of entries in the DNS." +edition = "2021" +build = "build.rs" + +[dependencies] +dnssec-prover = { path = "../", default-features = false, features = ["validation"] } +uniffi = { version = "0.27" } + +[build-dependencies] +uniffi = { version = "0.27", features = [ "build" ] } + +[lib] +crate-type = ["cdylib"] + +[profile.release] +lto = true +codegen-units = 1