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-28 21:49:52 +02:00
|
|
|
publish = true
|
2024-05-25 11:16:37 +02:00
|
|
|
edition = "2021"
|
|
|
|
license = "GPL-3.0-or-later"
|
|
|
|
description = "C bindings for the servicepoint crate."
|
2024-05-28 21:49:52 +02:00
|
|
|
homepage = "https://docs.rs/crate/servicepoint_binding_c"
|
2024-05-25 11:16:37 +02:00
|
|
|
repository = "https://github.com/cccb/servicepoint"
|
2024-05-26 14:53:26 +02:00
|
|
|
readme = "README.md"
|
2024-05-26 11:40:52 +02:00
|
|
|
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]
|
2024-09-07 15:16:36 +02:00
|
|
|
cbindgen = "0.27.0"
|
2024-05-26 13:15:11 +02:00
|
|
|
|
|
|
|
[dependencies.servicepoint]
|
2025-01-16 20:51:56 +01:00
|
|
|
version = "0.13.0"
|
2024-05-26 13:15:11 +02:00
|
|
|
path = "../servicepoint"
|
|
|
|
features = ["all_compressions"]
|
2024-05-28 19:38:43 +02:00
|
|
|
|
|
|
|
[lints]
|
|
|
|
workspace = true
|
2024-10-12 19:49:45 +02:00
|
|
|
|
|
|
|
[package.metadata.docs.rs]
|
|
|
|
all-features = true
|