1
1
[package ]
2
2
name = " mwa_hyperbeam"
3
- version = " 0.9.3 "
3
+ version = " 0.10.0 "
4
4
authors = [
5
5
" Christopher H. Jordan <christopherjordan87@gmail.com>" ,
6
6
" Jack L. B. Line <jack.line@curtin.edu.au>" ,
@@ -17,6 +17,10 @@ repository = "https://github.com/MWATelescope/mwa_hyperbeam"
17
17
homepage = " https://github.com/MWATelescope/mwa_hyperbeam"
18
18
exclude = [" .github/*" , " fee_pols.pdf" ]
19
19
20
+ [package .metadata .docs .rs ]
21
+ features = [" hdf5-static" ]
22
+ targets = [" x86_64-unknown-linux-gnu" ]
23
+
20
24
# Make a rust library, as well as static and C-compatible dynamic libraries
21
25
# available as "libmwa_hyperbeam.a" and "libmwa_hyperbeam.so".
22
26
[lib ]
@@ -44,8 +48,8 @@ codegen-units = 1 # Set this to 1 in Cargo.toml to allow for maximum size reduct
44
48
[dependencies ]
45
49
cfg-if = " 1.0.0"
46
50
hdf5 = " 0.8.0"
47
- marlu = { version = " 0.11 .0" , default-features = false }
48
- ndarray = " 0.15.4 "
51
+ marlu = { version = " 0.13 .0" , default-features = false }
52
+ ndarray = " 0.16.0 "
49
53
num-complex = " 0.4.1"
50
54
panic-message = " 0.3.0"
51
55
parking_lot = " 0.12.0"
@@ -67,21 +71,17 @@ numpy = { version = "0.19.0", optional = true }
67
71
[dev-dependencies ]
68
72
approx = { version = " 0.5.0" , features = [" num-complex" ] }
69
73
criterion = " 0.5.1"
70
- marlu = { version = " 0.11 .0" , default-features = false , features = [" approx" ] }
74
+ marlu = { version = " 0.13 .0" , default-features = false , features = [" approx" ] }
71
75
serial_test = " 2.0.0"
72
76
73
- ndarray = { version = " 0.15.4 " , features = [" approx-0_5 " ] }
77
+ ndarray = { version = " 0.16.0 " , features = [" approx" ] }
74
78
75
79
[build-dependencies ]
76
80
cbindgen = { version = " 0.25.0" , default-features = false }
77
81
cfg-if = " 1.0.0"
78
82
cc = { version = " 1.0.0" , features = [" parallel" ], optional = true }
79
83
hip-sys = { version = " 0.1.0" , optional = true }
80
84
81
- [package .metadata .docs .rs ]
82
- features = [" hdf5-static" ]
83
- targets = [" x86_64-unknown-linux-gnu" ]
84
-
85
85
[[bench ]]
86
86
name = " bench"
87
87
harness = false
0 commit comments