# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.81" name = "vortex-all" version = "0.14.0" authors = ["Vortex Authors "] build = false include = [ "benches/*.rs", "build.rs", "src/**/*.rs", "Cargo.toml", "proto/**/*.proto", "flatbuffers/*.fbs", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Vortex file format with all builtin codecs and a sampling compressor." homepage = "https://github.com/spiraldb/vortex" readme = "README.md" keywords = ["vortex"] categories = [ "database-implementations", "data-structures", "compression", ] license = "Apache-2.0" repository = "https://github.com/spiraldb/vortex" [lib] name = "vortex" path = "src/lib.rs" bench = false [dependencies.vortex-alp] version = "0.14.0" [dependencies.vortex-array] version = "0.14.0" [dependencies.vortex-buffer] version = "0.14.0" [dependencies.vortex-bytebool] version = "0.14.0" [dependencies.vortex-datetime-dtype] version = "0.14.0" [dependencies.vortex-datetime-parts] version = "0.14.0" [dependencies.vortex-dict] version = "0.14.0" [dependencies.vortex-dtype] version = "0.14.0" default-features = true [dependencies.vortex-error] version = "0.14.0" [dependencies.vortex-expr] version = "0.14.0" [dependencies.vortex-fastlanes] version = "0.14.0" [dependencies.vortex-flatbuffers] version = "0.14.0" [dependencies.vortex-fsst] version = "0.14.0" [dependencies.vortex-proto] version = "0.14.0" [dependencies.vortex-roaring] version = "0.14.0" [dependencies.vortex-runend] version = "0.14.0" [dependencies.vortex-runend-bool] version = "0.14.0" [dependencies.vortex-sampling-compressor] version = "0.14.0" [dependencies.vortex-scalar] version = "0.14.0" default-features = true [dependencies.vortex-schema] version = "0.14.0" [dependencies.vortex-serde] version = "0.14.0" default-features = true [dependencies.vortex-zigzag] version = "0.14.0" [features] object_store = ["vortex-serde/object_store"] parquet = ["vortex-error/parquet"] python = ["vortex-error/python"] tokio = ["vortex-serde/tokio"] [lints.clippy] as_ptr_cast_mut = "deny" borrow_as_ptr = "deny" cognitive_complexity = "deny" collection_is_never_read = "deny" debug_assert_with_mut_call = "deny" derive_partial_eq_without_eq = "deny" equatable_if_let = "deny" exit = "deny" expect_fun_call = "deny" expect_used = "deny" fallible_impl_from = "deny" get_unwrap = "deny" host_endian_bytes = "deny" if_then_some_else_none = "deny" inconsistent_struct_constructor = "deny" manual_assert = "deny" manual_is_variant_and = "deny" many_single_char_names = "deny" mem_forget = "deny" multiple_crate_versions = "allow" or_fun_call = "deny" panic = "deny" panic_in_result_fn = "deny" same_name_method = "deny" tests_outside_test_module = "deny" unwrap_in_result = "deny" unwrap_used = "deny" use_debug = "deny" [lints.clippy.all] level = "deny" priority = -1 [lints.clippy.cargo] level = "deny" priority = -1 [lints.rust] unsafe_op_in_unsafe_fn = "deny" warnings = "deny"