vortex-flatbuffers 0.8.0

Flatbuffers definitions for Vortex types
Documentation
[dependencies.flatbuffers]
version = "24.3.25"

[features]
array = ["dtype", "scalar"]
dtype = []
file = ["dtype", "scalar", "array"]
scalar = ["dtype"]

[lib]
name = "vortex_flatbuffers"
path = "src/lib.rs"

[lints.clippy]
or_fun_call = "deny"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.clippy.if_then_some_else_none]
level = "deny"
priority = 0

[lints.clippy.mem_forget]
level = "deny"
priority = 0

[lints.clippy.panic_in_result_fn]
level = "deny"
priority = 0

[lints.clippy.same_name_method]
level = "deny"
priority = 0

[lints.clippy.tests_outside_test_module]
level = "deny"
priority = 0

[lints.clippy.unwrap_in_result]
level = "deny"
priority = 0

[lints.clippy.use_debug]
level = "deny"
priority = 0

[lints.rust]
unsafe_op_in_unsafe_fn = "deny"
warnings = "deny"

[package]
authors = ["Vortex Authors <hello@spiraldb.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Flatbuffers definitions for Vortex types"
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-flatbuffers"
readme = "README.md"
repository = "https://github.com/spiraldb/vortex"
rust-version = "1.81"
version = "0.8.0"