# Copyright 2018-2022 Peter Williams and collaborators # Licensed under the MIT License. [package] name = "rubbl_fits" version = "0.3.1" authors = ["Peter Williams "] license = "MIT" edition = "2018" homepage = "https://github.com/pkgw/rubbl" repository = "https://github.com/pkgw/rubbl" description = """ Core support for the FITS container format in the Rubbl framework. """ [package.metadata.internal_dep_versions] rubbl_core = "thiscommit:2020-12-15:peif3Eng" rubbl_visdata = "thiscommit:2020-12-15:Ox8roFai" [dependencies] rubbl_core = { path = "../core", version =">=0.2.0,<1"} rubbl_visdata = { path = "../visdata", version =">=0.2.0,<1"} thiserror = "1.0.63" [dev-dependencies] anyhow = "1.0.86" clap = { version = "4.5.15", features = ["cargo"] }