# 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" name = "datafusion-bigtable" version = "0.1.0" include = ["**/*.rs", "README.md", "Cargo.toml"] description = "Bigtable data source for Apache Arrow Datafusion" homepage = "https://github.com/datafusion-contrib/datafusion-bigtable" readme = "README.md" keywords = ["arrow", "query", "sql", "datafusion", "bigtable"] license = "Apache-2.0" repository = "https://github.com/datafusion-contrib/datafusion-bigtable" resolver = "2" [dependencies.arrow] version = "9.0.0" features = ["prettyprint"] [dependencies.async-trait] version = "0.1.41" [dependencies.bigtable_rs] version = "0.1.5" [dependencies.byteorder] version = "0.5.1" [dependencies.datafusion] version = "7.0.0" [dependencies.tokio] version = "1.0" features = ["macros", "rt", "rt-multi-thread", "sync", "fs", "parking_lot"]