# 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" name = "fastlanes" version = "0.1.8" authors = ["SpiralDB "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust implementation of the FastLanes compression layout" homepage = "https://github.com/spiraldb/fastlanes" readme = "README.md" keywords = [ "fastlanes", "compression", "codec", ] license = "Apache-2.0" repository = "https://github.com/spiraldb/fastlanes" [lib] name = "fastlanes" path = "src/lib.rs" [[bench]] name = "bitpacking" path = "benches/bitpacking.rs" harness = false [[bench]] name = "delta" path = "benches/delta.rs" harness = false [[bench]] name = "transpose" path = "benches/transpose.rs" harness = false [dependencies.arrayref] version = "0.3.7" [dependencies.const_for] version = "0.1.4" [dependencies.num-traits] version = "0.2.19" [dependencies.paste] version = "1.0.15" [dependencies.seq-macro] version = "0.3.5" [dev-dependencies.arrayref] version = "0.3.7" [dev-dependencies.criterion] version = "0.5.1" [lints.clippy] cast_possible_truncation = "allow" if_then_some_else_none = "deny" mem_forget = "deny" multiple_inherent_impl = "deny" needless_range_loop = "allow" or_fun_call = "deny" panic = "deny" same_name_method = "deny" self_named_module_files = "deny" tests_outside_test_module = "deny" unwrap_used = "deny" use_debug = "deny" [lints.clippy.all] level = "deny" priority = -1 [lints.clippy.pedantic] level = "deny" priority = -1 [lints.rust] unsafe_op_in_unsafe_fn = "deny" warnings = "deny"