[package]
edition = "2021"
name = "hashtree-ffi"
version = "0.2.82"
authors = ["Martti Malmi"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "UniFFI bindings for hashtree attachment operations"
homepage = "https://git.iris.to/#/npub1xdhnr9mrv47kkrn95k6cwecearydeh8e895990n3acntwvmgk2dsdeeycm/hashtree"
readme = "README.md"
license = "MIT"
repository = "https://git.iris.to/#/npub1xdhnr9mrv47kkrn95k6cwecearydeh8e895990n3acntwvmgk2dsdeeycm/hashtree"
[lib]
name = "hashtree_ffi"
crate-type = [
"lib",
"cdylib",
"staticlib",
]
path = "src/lib.rs"
[[bin]]
name = "uniffi-bindgen"
path = "src/bin/uniffi-bindgen.rs"
[dependencies.futures]
version = "0.3"
[dependencies.hashtree-blossom]
version = "0.2.82"
features = ["store"]
[dependencies.hashtree-core]
version = "0.2.82"
[dependencies.hex]
version = "0.4"
[dependencies.nostr]
version = "0.44"
features = ["nip44"]
[dependencies.thiserror]
version = "1.0"
[dependencies.tokio]
version = "1"
features = [
"sync",
"time",
"rt-multi-thread",
"rt-multi-thread",
"macros",
"fs",
"io-util",
]
[dependencies.uniffi]
version = "0.28"
features = ["cli"]
[dev-dependencies.axum]
version = "0.7"
features = [
"ws",
"multipart",
]
[dev-dependencies.tempfile]
version = "3"
[dev-dependencies.tokio]
version = "1"
features = [
"sync",
"time",
"rt-multi-thread",
"full",
]
[build-dependencies.uniffi]
version = "0.28"
features = ["build"]