# 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.81.0" name = "philips-isyntax-rs" version = "1.3.1" authors = ["AzHicham "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false 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" [lib] name = "philips_isyntax_rs" path = "src/lib.rs" [[test]] name = "fixture" path = "tests/fixture.rs" [[test]] name = "test_facade" path = "tests/test_facade.rs" [[test]] name = "test_pixel_engine" path = "tests/test_pixel_engine.rs" [[test]] name = "test_read_image" path = "tests/test_read_image.rs" [[test]] name = "test_read_thumbnail" path = "tests/test_read_thumbnail.rs" [[test]] name = "test_subimage" path = "tests/test_subimage.rs" [[test]] name = "test_view" path = "tests/test_view.rs" [[bench]] name = "bench_read" path = "benches/bench_read.rs" harness = false [dependencies.cxx] version = "1" [dependencies.fast_image_resize] version = "5" optional = true [dependencies.image] version = "0.25" features = ["jpeg"] optional = true default-features = false [dependencies.rand] version = "0.8" [dependencies.thiserror] version = "2" [dev-dependencies.bencher] version = "0.1" [dev-dependencies.rstest] version = "0.23" [build-dependencies.cxx-build] version = "1" [features] default = ["image"] image = [ "dep:image", "dep:fast_image_resize", ]