[dependencies.arrow-schema]
version = "52.0.0"
[dependencies.flatbuffers]
optional = true
version = "24.3.25"
[dependencies.flexbuffers]
optional = true
version = "2.0.0"
[dependencies.object_store]
optional = true
version = "0.10.1"
[dependencies.parquet]
optional = true
version = "52.0.0"
[dependencies.thiserror]
version = "1.0.58"
[dependencies.worker]
optional = true
version = "0.3.0"
[lib]
name = "vortex_error"
path = "src/lib.rs"
[lints.clippy]
or_fun_call = "deny"
[lints.clippy.all]
level = "deny"
priority = -1
[lints.rust]
warnings = "deny"
[package]
authors = ["Robert Kruszewski <robert@spiraldb.com>, Nicholas Gates <nick@spiraldb.com>, Will Manning <will@spiraldb.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Vortex errors"
edition = "2021"
homepage = "https://github.com/spiraldb/vortex"
include = ["benches/*.rs", "build.rs", "src/**/*.rs", "Cargo.toml", "proto/**/*.proto", "flatbuffers/*.fbs"]
keywords = ["vortex"]
license = "Apache-2.0"
name = "vortex-error"
readme = false
repository = "https://github.com/spiraldb/vortex"
rust-version = "1.76"
version = "0.4.12"