servicepoint-binding-uniffi/Cargo.toml

29 lines
709 B
TOML
Raw Permalink Normal View History

[package]
name = "servicepoint_binding_uniffi"
2025-02-15 12:15:09 +01:00
version = "0.13.1"
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"
readme = "README.md"
keywords = ["cccb", "cccb-servicepoint", "uniffi"]
2024-05-28 19:38:43 +02:00
[lib]
crate-type = ["cdylib"]
[build-dependencies]
uniffi = { version = "0.25.3", features = ["build"] }
2024-11-12 19:37:21 +01:00
[dependencies]
uniffi = { version = "0.25.3" }
thiserror = "2.0"
[dependencies.servicepoint]
version = "0.13.1"
features = ["all_compressions"]
[package.metadata.docs.rs]
all-features = true