Files
libczirw-sys/Cargo.toml
w.pomp 0982944195
Some checks failed
Publish / Publish (crates.io) (push) Failing after 54s
- bump libczi git repo
- replace anyhow with custom error type
2026-03-16 11:11:54 +01:00

28 lines
656 B
TOML

[package]
name = "libczirw-sys"
version = "0.3.0"
edition = "2024"
rust-version = "1.85.1"
authors = ["Wim Pomp <w.pomp@nki.nl>"]
license = "MIT"
description = "Wrapper around libCZIAPI"
homepage = "https://git.wimpomp.nl/wim/libczirw-sys"
repository = "https://git.wimpomp.nl/wim/libczirw-sys"
documentation = "https://docs.rs/libczirw-sys"
readme = "README.md"
keywords = ["czi", "zeiss", "libczi"]
categories = ["multimedia::images", "science"]
links = "libCZIAPI"
exclude = ["test-files/*", "**/*UnitTests"]
[dependencies]
link-cplusplus = "1.0"
thiserror = "2"
[build-dependencies]
bindgen = "0.72"
cmake = "0.1"
regex = "1"
[features]
dynamic = []