# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "rubbl_casatables" version = "0.8.0" authors = ["Peter Williams "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = """ Interfacing to the CASA table format within the Rubbl framework. """ homepage = "https://github.com/pkgw/rubbl" readme = "README.md" license = "MIT" repository = "https://github.com/pkgw/rubbl" [package.metadata.internal_dep_versions] rubbl_casatables_impl = "thiscommit:2021-11-04:9Lgzrtq" rubbl_core = "thiscommit:2024-08-12:zKS3IWN" [lib] name = "rubbl_casatables" path = "src/lib.rs" [[example]] name = "tableinfo" path = "examples/tableinfo.rs" [dependencies.ndarray] version = "0.16.0" [dependencies.never] version = "0.1.0" [dependencies.rubbl_casatables_impl] version = ">=0.3.31100,<1" [dependencies.rubbl_core] version = ">=0.5.0,<1" [dependencies.thiserror] version = "1.0.63" [dev-dependencies.anyhow] version = "1.0.86" [dev-dependencies.clap] version = "4.5.15" features = ["cargo"] [dev-dependencies.rubbl_core] version = ">=0.5.0,<1" features = ["notifications"] [dev-dependencies.tempfile] version = "3.12.0" [build-dependencies.cc] version = "1.1.10" features = ["parallel"]