mirror of
https://github.com/Cian-H/read_aconity_layers.git
synced 2026-08-06 05:23:22 +01:00
First commit. Separated project out from MTPy.
This commit is contained in:
+23
@@ -0,0 +1,23 @@
|
||||
[package]
|
||||
name = "read_aconity_layers"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
path = "src/lib.rs"
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
glob = "*"
|
||||
ndarray = { version = "0.15.6", features = ["rayon"] }
|
||||
numpy = "*"
|
||||
pyo3 = { version = "0.18.1", features = ["extension-module"] }
|
||||
csv = "*"
|
||||
ndarray-csv = "*"
|
||||
rayon = "*"
|
||||
indicatif = "*"
|
||||
|
||||
[tool.maturin]
|
||||
profile = "release"
|
||||
all-features = true
|
||||
manifest-path = "Cargo.toml"
|
||||
Reference in New Issue
Block a user