rubbl_casatables 0.7.0

Interfacing to the CASA table format within the Rubbl framework.
Documentation
# Copyright 2017-2022 Peter Williams <peter@newton.cx> and collaborators
# Licensed under the MIT License.

[package]
name = "rubbl_casatables"
version = "0.7.0"
authors = ["Peter Williams <peter@newton.cx>"]
license = "MIT"
edition = "2018"
homepage = "https://github.com/pkgw/rubbl"
repository = "https://github.com/pkgw/rubbl"
description = """
Interfacing to the CASA table format within the Rubbl framework.
"""

[package.metadata.internal_dep_versions]
rubbl_casatables_impl = "thiscommit:2021-11-04:9Lgzrtq"
rubbl_core = "thiscommit:2020-12-15:EiT8sa0a"

[dependencies]
ndarray = "0.15.0"
rubbl_casatables_impl = { version =">=0.3.31100,<1", path = "../casatables_impl" }
rubbl_core = { version =">=0.2.0,<1", path = "../core" }
thiserror = "1.0.7"

[build-dependencies]
cc = { version = "1.0.42", features = ["parallel"] }

[dev-dependencies]
anyhow = "1.0.0"
clap = { version = "4.0.26", features = ["cargo"] }
rubbl_core = { version =">=0.2.0,<1", path = "../core", features = ["notifications"] }
tempfile = "3.3.0"