2024-05-25 11:16:37 +02:00
|
|
|
[package]
|
|
|
|
name = "servicepoint_binding_c"
|
2024-05-26 14:18:02 +02:00
|
|
|
version.workspace = true
|
2024-05-25 11:16:37 +02:00
|
|
|
publish = false
|
|
|
|
edition = "2021"
|
|
|
|
license = "GPL-3.0-or-later"
|
|
|
|
description = "C bindings for the servicepoint crate."
|
|
|
|
homepage = "https://docs.rs/crate/servicepoint"
|
|
|
|
repository = "https://github.com/cccb/servicepoint"
|
2024-05-26 11:40:52 +02:00
|
|
|
readme = "../../README.md"
|
|
|
|
links = "servicepoint"
|
2024-05-25 11:16:37 +02:00
|
|
|
|
2024-05-26 13:15:11 +02:00
|
|
|
[lib]
|
|
|
|
crate-type = ["staticlib", "cdylib", "rlib"]
|
|
|
|
|
2024-05-25 11:16:37 +02:00
|
|
|
[build-dependencies]
|
|
|
|
cbindgen = "0.26.0"
|
2024-05-26 13:15:11 +02:00
|
|
|
|
|
|
|
[dependencies.servicepoint]
|
2024-05-26 14:18:02 +02:00
|
|
|
version = "0.5.0"
|
2024-05-26 13:15:11 +02:00
|
|
|
path = "../servicepoint"
|
|
|
|
features = ["all_compressions"]
|