2025-02-15 12:39:31 +01:00
|
|
|
[package]
|
|
|
|
name = "servicepoint_binding_c"
|
|
|
|
version = "0.13.1"
|
|
|
|
publish = true
|
|
|
|
edition = "2021"
|
|
|
|
license = "GPL-3.0-or-later"
|
|
|
|
description = "C bindings for the servicepoint crate."
|
|
|
|
homepage = "https://docs.rs/crate/servicepoint_binding_c"
|
|
|
|
repository = "https://git.berlin.ccc.de/servicepoint/servicepoint"
|
|
|
|
readme = "README.md"
|
|
|
|
links = "servicepoint"
|
|
|
|
keywords = ["cccb", "cccb-servicepoint", "cbindgen"]
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
crate-type = ["staticlib", "cdylib", "rlib"]
|
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
cbindgen = "0.27.0"
|
2024-05-26 14:18:02 +02:00
|
|
|
|
2025-02-15 12:39:31 +01:00
|
|
|
[dependencies.servicepoint]
|
2025-02-15 12:15:09 +01:00
|
|
|
version = "0.13.1"
|
2025-02-15 12:39:31 +01:00
|
|
|
features = ["all_compressions"]
|
2024-05-28 19:38:43 +02:00
|
|
|
|
2025-02-15 12:39:31 +01:00
|
|
|
[lints.rust]
|
2024-05-28 19:38:43 +02:00
|
|
|
missing-docs = "warn"
|
2024-11-12 19:37:21 +01:00
|
|
|
|
2025-02-15 12:39:31 +01:00
|
|
|
[package.metadata.docs.rs]
|
|
|
|
all-features = true
|