[package]
edition = "2021"
name = "hashtree-embedded-ffi"
version = "0.2.82"
authors = ["Martti Malmi"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "C ABI for the embedded Hashtree daemon runtime"
homepage = "https://git.iris.to/#/npub1xdhnr9mrv47kkrn95k6cwecearydeh8e895990n3acntwvmgk2dsdeeycm/hashtree"
readme = false
license = "MIT"
repository = "https://git.iris.to/#/npub1xdhnr9mrv47kkrn95k6cwecearydeh8e895990n3acntwvmgk2dsdeeycm/hashtree"
[lib]
name = "hashtree_embedded_ffi"
crate-type = ["cdylib"]
path = "src/lib.rs"
[dependencies.hashtree-embedded]
version = "0.2.82"