mwa_hyperbeam 0.7.2

Primary beam code for the Murchison Widefield Array (MWA) radio telescope.
Documentation
[[bench]]
harness = false
name = "bench"

[[example]]
name = "fee_cuda"
required-features = ["cuda"]

[[example]]
name = "fee_hip"
required-features = ["hip"]

[[example]]
name = "analytic_cuda"
required-features = ["cuda"]

[[example]]
name = "analytic_hip"
required-features = ["hip"]
[build-dependencies.cbindgen]
default-features = false
version = "0.25.0"

[build-dependencies.cc]
features = ["parallel"]
optional = true
version = "1.0.0"

[build-dependencies.cfg-if]
version = "1.0.0"

[build-dependencies.hip-sys]
optional = true
version = "0.1.0"
[dependencies.cfg-if]
version = "1.0.0"

[dependencies.cuda-runtime-sys]
optional = true
version = "0.3.0-alpha.1"

[dependencies.hdf5]
version = "0.8.0"

[dependencies.hdf5-sys]
features = ["static", "threadsafe"]
optional = true
version = "0.8.0"

[dependencies.hip-sys]
optional = true
version = "0.1.0"

[dependencies.marlu]
default-features = false
version = "0.10.0"

[dependencies.ndarray]
version = "0.15.4"

[dependencies.num-complex]
version = "0.4.1"

[dependencies.numpy]
optional = true
version = "0.19.0"

[dependencies.panic-message]
version = "0.3.0"

[dependencies.parking_lot]
version = "0.12.0"

[dependencies.pyo3]
features = ["extension-module"]
optional = true
version = "0.19.1"

[dependencies.rayon]
version = "1.5.0"

[dependencies.thiserror]
version = "1.0.2"
[dev-dependencies.approx]
features = ["num-complex"]
version = "0.5.0"

[dev-dependencies.criterion]
version = "0.5.1"

[dev-dependencies.marlu]
default-features = false
features = ["approx"]
version = "0.10.0"

[dev-dependencies.ndarray]
features = ["approx-0_5"]
version = "0.15.4"

[dev-dependencies.serial_test]
version = "2.0.0"

[features]
all-static = ["hdf5-static", "cuda-static"]
cuda = ["cuda-runtime-sys", "cc"]
cuda-static = []
default = []
gpu-single = []
hdf5-static = ["hdf5-sys"]
hip = ["hip-sys", "cc"]
python = ["pyo3", "numpy"]

[lib]
crate-type = ["rlib", "staticlib", "cdylib"]

[package]
authors = ["Christopher H. Jordan <christopherjordan87@gmail.com>", "Jack L. B. Line <jack.line@curtin.edu.au>", "Marcin Sokolowski <marcin.sokolowski@curtin.edu.au>", "Dev Null <dev.null@curtin.edu.au"]
description = "Primary beam code for the Murchison Widefield Array (MWA) radio telescope."
edition = "2021"
exclude = [".github/*", "fee_pols.pdf"]
homepage = "https://github.com/MWATelescope/mwa_hyperbeam"
license = "MPL-2.0"
name = "mwa_hyperbeam"
readme = "README.md"
repository = "https://github.com/MWATelescope/mwa_hyperbeam"
rust-version = "1.64"
version = "0.7.2"
[package.metadata.docs.rs]
features = ["hdf5-static"]
targets = ["x86_64-unknown-linux-gnu"]
[profile.release]
codegen-units = 1
lto = "thin"