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 e6631d4 commit ccb214dCopy full SHA for ccb214d
arrow-pg/Cargo.toml
@@ -12,10 +12,15 @@ documentation.workspace = true
12
readme = "../README.md"
13
rust-version.workspace = true
14
15
+[features]
16
+default = []
17
+datafusion = ["dep:datafusion-core"]
18
+
19
[dependencies]
20
arrow.workspace = true
21
bytes.workspace = true
-chrono.workspace = true
22
+chrono.workspace = true
23
+datafusion-core = { workspace = true, optional = true }
24
futures.workspace = true
25
pgwire = { workspace = true, features = ["server-api"] }
26
postgres-types.workspace = true
0 commit comments