# 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-catalogprovider-glue" version = "0.4.0" authors = ["Tim Van Wassenhove "] description = "Glue as a CatalogProvider for Datafusion" homepage = "https://github.com/datafusion-contrib/datafusion-catalogprovider-glue" readme = "README.md" keywords = [ "arrow", "datafusion", "aws", "glue", ] license = "Apache-2.0" repository = "https://github.com/datafusion-contrib/datafusion-catalogprovider-glue" [lib] name = "datafusion_catalogprovider_glue" path = "src/lib.rs" [dependencies.aws-config] version = "1" [dependencies.aws-sdk-glue] version = "1" [dependencies.aws-types] version = "1" [dependencies.dashmap] version = "5" [dependencies.datafusion] version = "37" features = ["avro"] [dependencies.deltalake] version = "0.17" features = [ "datafusion", "deltalake-aws", "s3", ] optional = true [dependencies.object_store] version = "0.9" features = ["aws"] [dependencies.pest] version = "2" [dependencies.pest_derive] version = "2" [dependencies.tokio] version = "1" features = [ "macros", "rt", "rt-multi-thread", "sync", "fs", ] [dependencies.url] version = "2" [features] default = ["deltalake"] deltalake = ["dep:deltalake"]