File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,19 +13,28 @@ repository = "https://github.com/LCrossman/microBioRust"
1313[lints .rust ]
1414unsafe_code = " forbid"
1515
16+ [target .aarch64-apple-darwin ]
17+ # This 'Wl,-rpath' flag embeds the directory into the binary metadata
18+ rustflags = [" -C" , " link-arg=-Wl,-rpath,/path/from/sysconfig/LIBDIR" ]
19+
20+ [target .x86_64-apple-apple-darwin ]
21+ rustflags = [" -C" , " link-arg=-Wl,-rpath,/path/from/sysconfig/LIBDIR" ]
22+
1623[lib ]
1724name = " microbiorust"
1825crate-type = [" cdylib" , " rlib" ]
1926
2027[dependencies .pyo3 ]
2128version = " 0.25.0"
22- features = [" auto-initialize" ]
29+ features = [" auto-initialize" , " abi3-py311 " ]
2330
2431[features ]
2532default = []
2633extension-module = [" pyo3/extension-module" ]
2734
2835[dependencies ]
29- microBioRust = { git = " https://github.com/LCrossman/ microBioRust" , branch = " main " }
36+ microBioRust = { path = " ../ microBioRust" }
3037microBioRust-seqmetrics = { git = " https://github.com/LCrossman/microBioRust" , branch = " main" }
38+ pythonize = " 0.25"
39+ tokio = { version = " 1.49.0" , features = [" full" ] }
3140
You can’t perform that action at this time.
0 commit comments