diff --git a/Cargo.toml b/Cargo.toml index 71257e5..bae0d95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,12 @@ name = "ndbioimage_rs" version = "2025.1.0" edition = "2021" +authors = ["Wim Pomp "] +license = "GPL-3.0-or-later" +description = "Read bio image formats using the bio-formats java package." +homepage = "https://github.com/wimpomp/ndbioimage/tree/rs" +repository = "https://github.com/wimpomp/ndbioimage/tree/rs" +readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] diff --git a/README.md b/README.md index 48d8296..fb72726 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Pytest](https://github.com/wimpomp/ndbioimage/actions/workflows/pytest.yml/badge.svg)](https://github.com/wimpomp/ndbioimage/actions/workflows/pytest.yml) - -# Work in progress -Rust rewrite of python version +# ndbioimage +## Work in progress +Rust rewrite of python version. Read bio image formats using the bio-formats java package. +[https://www.openmicroscopy.org/bio-formats/](https://www.openmicroscopy.org/bio-formats/) \ No newline at end of file diff --git a/tests/files/Experiment-2029.czi b/tests/files/Experiment-2029.czi new file mode 100644 index 0000000..400f985 Binary files /dev/null and b/tests/files/Experiment-2029.czi differ diff --git a/tests/files/test.tif b/tests/files/test.tif new file mode 100644 index 0000000..63054d7 Binary files /dev/null and b/tests/files/test.tif differ