Skip to content

Commit

Permalink
(fix): remove unused rust features and paste
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin committed Nov 15, 2024
1 parent 27bfd3a commit c315d77
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
7 changes: 0 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ crate-type = ["cdylib"]
[dependencies]
pyo3 = "0.22.6"
zarrs = "0.18.0-beta.0"
paste = "1.0"
rayon_iter_concurrent_limit = "0.2.0"
rayon = "1.10.0"
# fix for https://stackoverflow.com/questions/76593417/package-openssl-was-not-found-in-the-pkg-config-search-path
Expand All @@ -20,9 +19,5 @@ numpy = "0.22.1"
unsafe_cell_slice = "0.2.0"
serde_json = "1.0.128"

[features]
extension-module = ["pyo3/extension-module"]
#default = ["extension-module"]

[profile.release]
lto = true

0 comments on commit c315d77

Please sign in to comment.