[[bench]]
harness = false
name = "bench_read"
[build-dependencies.cxx-build]
version = "1.0"
[build-dependencies.miette]
features = ["fancy"]
version = "5"
[dependencies.cxx]
version = "1.0"
[dependencies.image]
default-features = false
features = ["jpeg"]
optional = true
version = "0.24"
[dependencies.thiserror]
version = "1.0"
[dev-dependencies.bencher]
version = "0.1"
[dev-dependencies.rstest]
version = "0.16"
[features]
default = ["image"]
image = ["dep:image"]
[package]
authors = ["AzHicham <hicham.azimani1@gmail.com>"]
categories = ["science"]
description = "Rust bindings to the Philips Open Pathology C++ library"
edition = "2021"
homepage = "https://github.com/AzHicham/philips-isyntax-rs"
keywords = ["philips", "isyntax", "histopathology", "microscopy"]
license = "MIT/Apache-2.0"
name = "philips-isyntax-rs"
readme = "README.md"
repository = "https://github.com/AzHicham/philips-isyntax-rs"
version = "0.2.2"