# 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-schema" version = "0.19.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 schema abstraction" 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_schema" path = "src/lib.rs" [dependencies.vortex-dtype] version = "0.19.0" default-features = false [dependencies.vortex-error] version = "0.19.0" [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] macro_use_extern_crate = "deny" redundant_lifetimes = "deny" unsafe_op_in_unsafe_fn = "deny" unused_lifetimes = "deny" unused_qualifications = "deny" warnings = "deny"