- commit before upload to crates.io
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -8,3 +8,4 @@
|
||||
/Cargo.lock
|
||||
/foo.tif
|
||||
*.so
|
||||
__pycache__
|
||||
|
||||
@@ -2,6 +2,12 @@
|
||||
name = "tiffwrite"
|
||||
version = "2024.10.5"
|
||||
edition = "2021"
|
||||
authors = ["Wim Pomp <w.pomp@nki.nl>"]
|
||||
license = "GPLv3"
|
||||
description = "Write BioFormats/ImageJ compatible tiffs with zstd compression in parallel."
|
||||
homepage = "https://github.com/wimpomp/tiffwrite"
|
||||
repository = "https://github.com/wimpomp/tiffwrite"
|
||||
readme = "README.md"
|
||||
|
||||
[lib]
|
||||
name = "tiffwrite"
|
||||
|
||||
@@ -6,6 +6,11 @@ build-backend = "maturin"
|
||||
name = "tiffwrite"
|
||||
dynamic = ["version"]
|
||||
authors = [{ name = "Wim Pomp", email = "w.pomp@nki.nl" }]
|
||||
license = "GPLv3"
|
||||
description = "Write BioFormats/ImageJ compatible tiffs with zstd compression in parallel."
|
||||
homepage = "https://github.com/wimpomp/tiffwrite"
|
||||
repository = "https://github.com/wimpomp/tiffwrite"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
classifiers = [
|
||||
"Programming Language :: Rust",
|
||||
|
||||
Reference in New Issue
Block a user