# 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_miriad" version = "0.3.1" authors = ["Peter Williams "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Interfacing to MIRIAD radio astronomy data formats 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_core = "thiscommit:2020-12-15:aishi6Ae" rubbl_visdata = "thiscommit:2020-12-15:Rohw0kei" [lib] name = "rubbl_miriad" path = "src/lib.rs" [[example]] name = "dshistory" path = "examples/dshistory.rs" [[example]] name = "dsls" path = "examples/dsls.rs" [[example]] name = "hera352" path = "examples/hera352.rs" [[example]] name = "uvblast" path = "examples/uvblast.rs" [[example]] name = "uvdump" path = "examples/uvdump.rs" [[example]] name = "uvheadervars" path = "examples/uvheadervars.rs" [dependencies.byteorder] version = "1.5.0" [dependencies.openat] version = "0.1.7" [dependencies.rubbl_core] version = ">=0.2.0,<1" [dependencies.rubbl_visdata] version = ">=0.2.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.pbr] version = "1.1.1"