bigquery-client 0.1.0-alpha

An idiomatic library for Google BigQuery in Rust
Documentation
[dependencies.futures]
version = "0.3"

[dependencies.gouth]
version = "0.1.2"

[dependencies.reqwest]
features = ["json", "blocking"]
version = "0.11"

[dependencies.serde]
features = ["derive"]
version = "^1.0.123"

[dependencies.serde_json]
version = "^1.0.61"

[dependencies.tokio]
features = ["full"]
version = "1.1.1"

[dependencies.uuid]
features = ["serde", "v4"]
version = "0.8"

[lib]
crate_type = ["staticlib", "lib", "cdylib"]
edition = "2018"
name = "bigquery_client"
path = "src/lib.rs"

[package]
authors = ["Andre Claudino <claudino@d2x.com.br>", "Pedro Braga <pedro.rangel.braga@gmail.com>", "Romulo Tavares <tavaresrft@gmail.com>"]
description = "An idiomatic library for Google BigQuery in Rust"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "bigquery-client"
readme = "README.md"
repository = "https://github.com/andreclaudino/bigquery-client"
version = "0.1.0-alpha"