mirror of
https://github.com/cccb/servicepoint.git
synced 2025-01-18 18:10:14 +01:00
29 lines
610 B
TOML
29 lines
610 B
TOML
[package]
|
|
name = "servicepoint_binding_c"
|
|
version.workspace = true
|
|
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://github.com/cccb/servicepoint"
|
|
readme = "README.md"
|
|
links = "servicepoint"
|
|
|
|
[lib]
|
|
crate-type = ["staticlib", "cdylib", "rlib"]
|
|
|
|
[build-dependencies]
|
|
cbindgen = "0.27.0"
|
|
|
|
[dependencies.servicepoint]
|
|
version = "0.10.0"
|
|
path = "../servicepoint"
|
|
features = ["all_compressions"]
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[package.metadata.docs.rs]
|
|
all-features = true
|