# 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 = "2021" rust-version = "1.70" name = "mwa_giant_squid" version = "1.1.0" authors = [ "Christopher H. Jordan ", "Harrison Barlow ", "Dev Null ", "Greg Sleap ", ] build = false exclude = [".github/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "Alternative MWA ASVO client code" homepage = "https://github.com/MWATelescope/giant-squid" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/MWATelescope/giant-squid" [profile.release] opt-level = "z" lto = "thin" panic = "abort" [lib] name = "mwa_giant_squid" path = "src/lib.rs" [[bin]] name = "giant-squid" path = "src/bin/giant-squid.rs" required-features = ["bin"] [dependencies.anyhow] version = "~1.0" optional = true [dependencies.backoff] version = "~0.4" [dependencies.bytesize] version = "~1.3" [dependencies.clap] version = "3.2.23" features = ["derive"] optional = true [dependencies.deranged] version = "~0.3" [dependencies.lazy_static] version = "~1.4" [dependencies.log] version = "~0.4" [dependencies.prettytable-rs] version = "~0.10" [dependencies.reqwest] version = "0.12" features = [ "blocking", "cookies", "rustls-tls", ] default-features = false [dependencies.reqwest-retry] version = "~0.5" optional = true [dependencies.serde] version = "~1.0" features = ["derive"] [dependencies.serde_json] version = "~1.0" [dependencies.sha-1] version = "~0.10" [dependencies.simplelog] version = "~0.12" optional = true [dependencies.tar] version = "~0.4" [dependencies.task-local-extensions] version = "~0.1" optional = true [dependencies.tee_readwrite] version = "~0.2" [dependencies.thiserror] version = "~1.0" [dependencies.time] version = "~0.3" optional = true [dependencies.time-core] version = "~0.1" optional = true [features] bin = [ "anyhow", "clap", "simplelog", "reqwest-retry", "task-local-extensions", ] default = ["bin"]