-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Cargo.toml
34 lines (31 loc) · 897 Bytes
/
Cargo.toml
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
31
32
33
34
[workspace]
resolver = "2"
members = ["arrow_convert", "arrow_convert_derive", "examples/simple"]
[workspace.package]
authors = [
"Swoorup Joshi <[email protected]>",
"Jorge Leitao <[email protected]>",
"Chandra Penke <[email protected]>",
]
version = "0.7.3"
edition = "2021"
license = "Apache-2.0 OR MIT"
keywords = ["Arrow", "arrow"]
repository = "https://github.com/Swoorup/arrow-convert"
[workspace.dependencies]
arrow_convert = { path = "arrow_convert", version = "0.7.3" }
arrow_convert_derive = { path = "arrow_convert_derive", version = "0.7.3" }
arrow = "53.3"
chrono = { version = "0.4", default-features = false }
criterion = "0.5"
err-derive = "0.3"
half = { version = "2.4", default-features = false }
proc-macro-error2 = "2"
proc-macro2 = "1"
quote = "1"
syn = "2"
trybuild = "1.0"
pretty_assertions = "1.4"
tinystr = "0.8"
rust_decimal = "1.36"
glam = "0.29"