# Copyright 2017-2020 Peter Williams and collaborators # Licensed under the MIT License. [package] name = "rubbl_casatables_impl" version = "0.4.35000" authors = ["Peter Williams "] license = "LGPL-2.0+" edition = "2018" homepage = "https://github.com/pkgw/rubbl" repository = "https://github.com/pkgw/rubbl" description = """ A bundle of C++ code that can read the CASA table format for Rubbl. """ links = "casa" [build-dependencies] cc = { version = "1.1.10", features = ["parallel"] }