# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.75.0" name = "philips-isyntax-rs" version = "1.3.0" authors = ["AzHicham "] description = "Rust bindings to the Philips Open Pathology C++ library" homepage = "https://github.com/AzHicham/philips-isyntax-rs" readme = "README.md" keywords = [ "philips", "isyntax", "histopathology", "microscopy", ] categories = [ "science", "external-ffi-bindings", ] license = "MIT OR Apache-2.0" repository = "https://github.com/AzHicham/philips-isyntax-rs" [[bench]] name = "bench_read" harness = false [dependencies.cxx] version = "1.0" [dependencies.fast_image_resize] version = "4.2.1" optional = true [dependencies.image] version = "0.25" features = ["jpeg"] optional = true default-features = false [dependencies.rand] version = "0.8.5" [dependencies.thiserror] version = "1.0" [dev-dependencies.bencher] version = "0.1" [dev-dependencies.rstest] version = "0.22" [build-dependencies.cxx-build] version = "1.0" [features] default = ["image"] image = [ "dep:image", "dep:fast_image_resize", ]