Files
libczirw-sys/Cargo.toml
T
w.pomp 9eefa1016d
Publish / Publish (crates.io) (push) Failing after 1m47s
- cross-compilation to macOS
2026-07-14 18:10:43 +02:00

29 lines
703 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"
cpp_demangle = "0.5"
msvc-demangler = "0.11"
[features]
dynamic = []