| [package] |
| name = "datafusion-ext" |
| version = "0.1.0" |
| edition = "2021" |
| |
| # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| |
| [dependencies] |
| ahash = "0.7.6" |
| async-trait = "0.1.56" |
| base64 = "0.13.0" |
| bytes = "1.1.0" |
| chrono = "0.4.19" |
| dashmap = "5.3.4" |
| datafusion = { version = "10.0.0", features = ["simd"] } |
| futures = "0.3" |
| itertools = "0.10.3" |
| jni = "0.19.0" |
| log = "0.4.14" |
| object_store = "0.3.0" |
| once_cell = "1.11.0" |
| paste = "1.0.7" |
| tempfile = "3" |
| tokio = { version = "^1.19", features = ["rt-multi-thread"] } |
| zstd = "0.11.2" |