We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5558fd commit 0f9bf4eCopy full SHA for 0f9bf4e
datafusion-flight-sql-server/Cargo.toml
@@ -5,17 +5,21 @@ edition.workspace = true
5
license.workspace = true
6
repository.workspace = true
7
description = "Datafusion flight sql server."
8
-readme.workspace = true
+readme.workspace = true
9
10
[lib]
11
name = "datafusion_flight_sql_server"
12
path = "src/lib.rs"
13
14
+[features]
15
+default = []
16
+protoc = ["datafusion-substrait/protoc"]
17
+
18
[dependencies]
19
arrow-flight.workspace = true
20
arrow.workspace = true
21
datafusion-federation = { workspace = true, features = ["sql"] }
-datafusion-substrait = { workspace = true, features = ["protoc"] }
22
+datafusion-substrait.workspace = true
23
datafusion.workspace = true
24
futures.workspace = true
25
log = "0.4.22"
0 commit comments