# Copyright 2017-2022 Peter Williams and collaborators # Licensed under the MIT License. [package] name = "rubbl_casatables" version = "0.8.0" authors = ["Peter Williams "] 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:2024-08-12:zKS3IWN" [dependencies] ndarray = "0.16.0" never = "0.1.0" rubbl_casatables_impl = { version =">=0.3.31100,<1", path = "../casatables_impl" } rubbl_core = { version =">=0.5.0,<1", path = "../core" } thiserror = "1.0.63" [build-dependencies] cc = { version = "1.1.10", features = ["parallel"] } [dev-dependencies] anyhow = "1.0.86" clap = { version = "4.5.15", features = ["cargo"] } rubbl_core = { version =">=0.5.0,<1", path = "../core", features = [ "notifications", ] } tempfile = "3.12.0"