forked from databendlabs/databend
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCargo.toml
More file actions
49 lines (42 loc) · 1.41 KB
/
Cargo.toml
File metadata and controls
49 lines (42 loc) · 1.41 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[package]
name = "databend-common-formats"
version = { workspace = true }
authors = { workspace = true }
license = { workspace = true }
publish = { workspace = true }
edition = { workspace = true }
[dependencies]
databend-common-base = { workspace = true }
databend-common-column = { workspace = true }
databend-common-exception = { workspace = true }
databend-common-expression = { workspace = true }
databend-common-io = { workspace = true }
databend-common-meta-app = { workspace = true }
databend-common-settings = { workspace = true }
databend-functions-scalar-datetime = { workspace = true }
databend-storages-common-blocks = { workspace = true }
databend-storages-common-table-meta = { workspace = true }
aho-corasick = { workspace = true }
async-trait = { workspace = true }
base64 = { workspace = true }
bstr = { workspace = true }
chrono-tz = { workspace = true }
geozero = { workspace = true }
goldenfile = { workspace = true }
hex = { workspace = true }
jiff = { workspace = true }
jsonb = { workspace = true }
lexical-core = { workspace = true }
match-template = { workspace = true }
micromarshal = { workspace = true }
num = { workspace = true }
num-traits = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
[dev-dependencies]
pretty_assertions = { workspace = true }
tokio = { workspace = true }
[lints]
workspace = true
[package.metadata.cargo-machete]
ignored = ["match-template"]