2025-02-16 13:13:54 +01:00
|
|
|
[package]
|
|
|
|
name = "servicepoint_binding_uniffi"
|
2025-02-15 12:15:09 +01:00
|
|
|
version = "0.13.1"
|
2025-02-16 13:13:54 +01:00
|
|
|
publish = false
|
|
|
|
edition = "2021"
|
|
|
|
license = "GPL-3.0-or-later"
|
2025-02-16 15:09:12 +01:00
|
|
|
description = "Universal bindings for the servicepoint crate."
|
|
|
|
homepage = "https://docs.rs/crate/servicepoint_binding_uniffi"
|
|
|
|
repository = "https://git.berlin.ccc.de/servicepoint/servicepoint-binding-uniffi"
|
2025-02-16 13:13:54 +01:00
|
|
|
readme = "README.md"
|
|
|
|
keywords = ["cccb", "cccb-servicepoint", "uniffi"]
|
2024-05-28 19:38:43 +02:00
|
|
|
|
2025-02-16 13:13:54 +01:00
|
|
|
[lib]
|
|
|
|
crate-type = ["cdylib"]
|
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
uniffi = { version = "0.25.3", features = ["build"] }
|
2024-11-12 19:37:21 +01:00
|
|
|
|
2025-02-16 13:13:54 +01:00
|
|
|
[dependencies]
|
|
|
|
uniffi = { version = "0.25.3" }
|
2024-11-24 16:12:38 +01:00
|
|
|
thiserror = "2.0"
|
2025-02-16 13:13:54 +01:00
|
|
|
|
|
|
|
[dependencies.servicepoint]
|
|
|
|
version = "0.13.1"
|
|
|
|
features = ["all_compressions"]
|
|
|
|
|
|
|
|
[package.metadata.docs.rs]
|
|
|
|
all-features = true
|