# 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_visdata" version = "0.3.1" authors = ["Peter Williams "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Preliminary work on generic data structures for radio interferometric visibility data. """ homepage = "https://github.com/pkgw/rubbl" readme = "README.md" license = "MIT" repository = "https://github.com/pkgw/rubbl" [package.metadata.internal_dep_versions] rubbl_core = "thiscommit:2020-12-15:Fiequ0wa" [lib] name = "rubbl_visdata" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.rubbl_core] version = ">=0.2.0,<1"