-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
30 lines (26 loc) · 925 Bytes
/
Project.toml
File metadata and controls
30 lines (26 loc) · 925 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name = "RustyIceberg"
uuid = "390bdf5b-b624-43dc-a846-0ef7a3405804"
version = "0.7.0"
[deps]
Arrow = "69666777-d1a9-59fb-9406-91d4454c9d45"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
FunctionWrappers = "069b7b12-0de2-55c6-9aab-29f3d0a68a2e"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
iceberg_rust_ffi_jll = "6bd5c94f-693c-53e3-983d-a09fad412f22"
[compat]
Arrow = "2.0"
FunctionWrappers = "1"
JSON = "0.21"
Preferences = "1.3"
iceberg_rust_ffi_jll = "0.7"
julia = "1.10"
[extras]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "DataFrames", "BenchmarkTools", "HTTP", "Base64", "Tables"]