# 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 = "exon-common" version = "0.32.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Common utilities for Exon" homepage = "https://www.wheretrue.dev/docs/exon/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/wheretrue/exon" [lib] name = "exon_common" path = "src/lib.rs" [dependencies.arrow] version = "52.2.0" [dependencies.datafusion] version = "41" features = [ "compression", "parquet", ] [dependencies.futures] version = "0.3" [dependencies.glob] version = "0.3.1" [dependencies.object_store] version = "0.10.2" [dependencies.url] version = "2.5.2"