# 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" rust-version = "1.72.1" name = "datafusion-delta-sharing" version = "0.1.0" authors = ["Tim Dikland "] description = "Delta Sharing integaration for DataFusion" readme = "README.md" keywords = [ "sharing", "delta", "deltalake", "delta-sharing", "datafusion", ] categories = [ "database-implementations", "database", "web-programming", ] license = "MIT" repository = "https://github.com/tdikland/datafusion-delta-sharing" [dependencies.arrow] version = "50.0.0" [dependencies.arrow-schema] version = "50.0.0" [dependencies.async-trait] version = "0.1.77" [dependencies.bytes] version = "1.5.0" [dependencies.chrono] version = "0.4.31" [dependencies.datafusion] version = "35.0.0" features = ["serde"] [dependencies.futures] version = "0.3.30" [dependencies.object_store] version = "0.9.0" features = ["http"] [dependencies.parquet] version = "50.0.0" features = ["async"] [dependencies.reqwest] version = "0.11.23" features = ["json"] [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.serde_json] version = "1.0.111" [dependencies.tracing] version = "0.1.40" [dependencies.url] version = "2.5.0" [dev-dependencies.httpmock] version = "0.7.0-rc.1" [dev-dependencies.tempfile] version = "3.9.0" [dev-dependencies.tokio] version = "1.35.1" features = ["full"] [dev-dependencies.tracing-subscriber] version = "0.3.18" features = [ "tracing", "env-filter", ] [dev-dependencies.tracing-test] version = "0.2.4"