# 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 = "bigquery-storage" version = "0.1.2" authors = ["damien "] description = "A small wrapper around the Google BigQuery Storage API" homepage = "https://github.com/openquery-io/bigquery-storage" readme = "README.md" keywords = ["google", "bigquery", "storage"] license = "Apache-2.0" [dependencies.arrow] version = "3.0" optional = true [dependencies.futures] version = "0.3" [dependencies.hyper] version = "0.14" [dependencies.prost] version = "0.7.0" [dependencies.prost-types] version = "0.7.0" [dependencies.tonic] version = "0.4.0" features = ["transport", "tls", "tls-roots"] [dependencies.yup-oauth2] version = "5.0" [dev-dependencies.tokio] version = "1.0" features = ["rt", "macros"] [build-dependencies.tonic-build] version = "0.4.0" [features] default = ["arrow"]