# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "hail-batch" version = "0.0.1" authors = ["Chris Vittal "] description = "A hail batch service client library" license = "MIT" [profile.dev.package."*"] opt-level = 2 [dependencies.argh] version = "0.1.3" [dependencies.base64] version = "0.12.3" [dependencies.chrono] version = "0.4.17" features = ["serde"] [dependencies.color-eyre] version = "0.5.5" [dependencies.directories] version = "3.0.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.rand] version = "0.7.3" [dependencies.regex] version = "1.3.9" [dependencies.reqwest] version = "0.10.8" features = ["json", "gzip", "brotli"] [dependencies.serde] version = "1.0.116" features = ["derive"] [dependencies.serde_json] version = "1.0.57" [dependencies.serde_yaml] version = "0.8.13" [dependencies.thiserror] version = "1.0.20" [dependencies.tokio] version = "0.2.22" features = ["full"] [dependencies.url] version = "2.1.1" features = ["serde"]