# 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-odata" version = "39.0.0" authors = ["Sergii Mikhtoniuk "] description = "OData protocol adapter for Apache Datafusion" readme = "README.md" keywords = [ "datafusion", "sql", "arrow", "odata", "rest", ] license = "Apache-2.0" repository = "https://github.com/kamu-data/datafusion-odata" [dependencies.async-trait] version = "0.1" [dependencies.axum] version = "0.7" [dependencies.chrono] version = "0.4" default-features = false [dependencies.datafusion] version = "39" default-features = false [dependencies.http] version = "1.1" [dependencies.hyper] version = "1" features = ["server"] [dependencies.quick-xml] version = "0.32" features = ["serialize"] [dependencies.regex] version = "1" default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "1" [dependencies.tracing] version = "0.1" [dev-dependencies.datafusion] version = "39" features = ["parquet"] default-features = false [dev-dependencies.indoc] version = "2" [dev-dependencies.tokio] version = "1" features = ["rt-multi-thread"] default-features = false [dev-dependencies.tower] version = "0.4" [dev-dependencies.tower-http] version = "0.5" features = [ "trace", "cors", ] [dev-dependencies.tracing-appender] version = "0.2" [dev-dependencies.tracing-bunyan-formatter] version = "0.3" [dev-dependencies.tracing-log] version = "0.2" [dev-dependencies.tracing-subscriber] version = "0.3" features = [ "std", "fmt", "ansi", "env-filter", ] default-features = false