22 lines
527 B
TOML
22 lines
527 B
TOML
[package]
|
|
name = "libczirw-sys"
|
|
version = "0.1.2"
|
|
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"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.98"
|
|
|
|
[build-dependencies]
|
|
anyhow = "1.0.98"
|
|
cmake = "0.1.54"
|
|
git2 = "0.20.2" |