- bump libczi git repo
Some checks failed
Publish / Publish (crates.io) (push) Failing after 54s

- replace anyhow with custom error type
This commit is contained in:
w.pomp
2026-03-16 11:11:54 +01:00
parent d4899e275b
commit 0982944195
7 changed files with 270 additions and 249 deletions

View File

@@ -1,13 +1,14 @@
[package]
name = "libczirw-sys"
version = "0.2.1"
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://github.com/wimpomp/libczirw-sys"
repository = "https://github.com/wimpomp/libczirw-sys"
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"]
@@ -15,14 +16,13 @@ links = "libCZIAPI"
exclude = ["test-files/*", "**/*UnitTests"]
[dependencies]
anyhow = "1.0.98"
link-cplusplus = "1.0"
thiserror = "2"
[build-dependencies]
anyhow = "1.0.98"
bindgen = "0.72.0"
cmake = "0.1.54"
regex = "1.11.1"
bindgen = "0.72"
cmake = "0.1"
regex = "1"
[features]
dynamic = []