- some workarounds to get jars and shared libs in the right place for python
- add most ndbioimage python code and use rs code as bfread
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "ndbioimage"
|
||||
version = "2025.2.0"
|
||||
version = "2025.2.1"
|
||||
edition = "2021"
|
||||
authors = ["Wim Pomp <w.pomp@nki.nl>"]
|
||||
license = "GPL-3.0-or-later"
|
||||
@@ -13,7 +13,7 @@ exclude = ["/tests"]
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
[lib]
|
||||
name = "ndbioimage"
|
||||
crate-type = ["cdylib"]
|
||||
crate-type = ["cdylib", "rlib"]
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.95"
|
||||
@@ -31,9 +31,9 @@ optional = true
|
||||
rayon = "1.10.0"
|
||||
|
||||
[build-dependencies]
|
||||
anyhow = { version = "1.0.95"}
|
||||
j4rs = { version = "0.22", features = [] }
|
||||
retry = { version = "2.0.0"}
|
||||
anyhow = "1.0.95"
|
||||
j4rs = "0.22.0"
|
||||
retry = "2.0.0"
|
||||
|
||||
[features]
|
||||
python = ["dep:pyo3", "dep:numpy"]
|
||||
|
||||
Reference in New Issue
Block a user