# 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 = "43.0.0" authors = ["Sergii Mikhtoniuk "] build = false autobins = false autoexamples = false autotests = false autobenches = false 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" [lib] name = "datafusion_odata" path = "src/lib.rs" [[example]] name = "simple_service" path = "examples/simple_service.rs" [[test]] name = "shared" path = "tests/shared.rs" [[test]] name = "test_collection_handler" path = "tests/test_collection_handler.rs" [[test]] name = "test_handlers" path = "tests/test_handlers.rs" [dependencies.async-trait] version = "0.1" [dependencies.axum] version = "0.7" [dependencies.chrono] version = "0.4" default-features = false [dependencies.datafusion] version = "43" default-features = false [dependencies.http] version = "1.1" [dependencies.hyper] version = "1" features = ["server"] [dependencies.odata-params] version = "0.4" [dependencies.quick-xml] version = "0.37" features = ["serialize"] [dependencies.regex] version = "1" default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "2" [dependencies.tracing] version = "0.1" [dev-dependencies.datafusion] version = "43" features = ["parquet"] default-features = false [dev-dependencies.indoc] version = "2" [dev-dependencies.pretty_assertions] version = "1" [dev-dependencies.tokio] version = "1" features = ["rt-multi-thread"] default-features = false [dev-dependencies.tower] version = "0.5" [dev-dependencies.tower-http] version = "0.6" 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