Files
libczirw-sys/Cargo.toml
T

27 lines
666 B
TOML

[package]
name = "libczirw-sys"
version = "0.5.1"
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.pomppervova.nl/wim/libczirw-sys"
repository = "https://git.pomppervova.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"
[features]
dynamic = []