Files
libczirw-sys/Cargo.toml
T
Wim Pomp 4ccdb7611c
Publish / Publish (crates.io) (push) Failing after 2m25s
- some small bugfixes
2026-05-17 20:22:17 +02:00

28 lines
670 B
TOML

[package]
name = "libczirw-sys"
version = "0.4.0"
edition = "2024"
rust-version = "1.85.1"
authors = ["Wim Pomp <w.pomp@nki.nl>"]
license = "MIT OR Apache-2.0"
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 = []