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.
csv
1 parent 37b8031 commit 1fab479Copy full SHA for 1fab479
Cargo.toml
@@ -28,7 +28,6 @@ calamine = "0.22.0"
28
cast = "0.3"
29
cc = "1.0"
30
chrono = "0.4.22"
31
-csv = "1.1"
32
doc-comment = "0.3"
33
fallible-iterator = "0.3"
34
fallible-streaming-iterator = "0.1"
crates/duckdb/Cargo.toml
@@ -45,7 +45,6 @@ libduckdb-sys = { workspace = true }
45
hashlink = { workspace = true }
46
chrono = { workspace = true, optional = true }
47
serde_json = { workspace = true, optional = true }
48
-csv = { workspace = true, optional = true }
49
url = { workspace = true, optional = true }
50
fallible-iterator = { workspace = true }
51
fallible-streaming-iterator = { workspace = true }
0 commit comments