# 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 = "json2bigquery" version = "0.1.1" authors = ["Kuba Jaroszewski "] description = "A simple utility to convert JSON into a BigQuery literal." keywords = ["json", "bigquery"] categories = ["command-line-utilities"] license = "MIT" [dependencies.serde-transcode] version = "1.1.1" [dependencies.serde_bigquery] version = "0.1.1" [dependencies.serde_json] version = "1.0.68"