Files
libczirw-sys/Cargo.toml
2025-08-14 19:29:43 +02:00

28 lines
639 B
TOML

[package]
name = "libczirw-sys"
version = "0.2.1"
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"
readme = "README.md"
keywords = ["czi", "zeiss", "libczi"]
categories = ["multimedia::images", "science"]
links = "libCZIAPI"
exclude = ["test-files/*", "**/*UnitTests"]
[dependencies]
anyhow = "1.0.98"
link-cplusplus = "1.0"
[build-dependencies]
anyhow = "1.0.98"
bindgen = "0.72.0"
cmake = "0.1.54"
regex = "1.11.1"
[features]
dynamic = []