-
Notifications
You must be signed in to change notification settings - Fork 145
Expand file tree
/
Copy pathCargo.toml
More file actions
35 lines (30 loc) · 902 Bytes
/
Cargo.toml
File metadata and controls
35 lines (30 loc) · 902 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
31
32
33
34
35
[package]
name = "vortex-error"
authors = { workspace = true }
categories = { workspace = true }
description = "Vortex errors"
edition = { workspace = true }
homepage = { workspace = true }
include = { workspace = true }
keywords = { workspace = true }
license = { workspace = true }
readme = { workspace = true }
repository = { workspace = true }
rust-version = { workspace = true }
version = { workspace = true }
[package.metadata.docs.rs]
all-features = true
[features]
flatbuffers = ["dep:flatbuffers"]
[dependencies]
arrow-schema = { workspace = true }
flatbuffers = { workspace = true, optional = true }
jiff = { workspace = true }
object_store = { workspace = true, optional = true }
prost = { workspace = true }
tokio = { workspace = true, features = ["rt"], optional = true }
[dev-dependencies]
serial_test = { version = "3.3.1" }
temp-env = { workspace = true }
[lints]
workspace = true